Merge branch 'pratik/otel-phase5-docs-deployment' into pratik/otel-phase7-native-metrics

This commit is contained in:
Pratik Mankawde
2026-07-08 18:44:16 +01:00
4 changed files with 10 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
#include <xrpl/json/json_writer.h>
#include <xrpl/ledger/LedgerTiming.h>
#include <xrpl/telemetry/SpanGuard.h>
#include <xrpl/telemetry/SpanNames.h>
#include <algorithm>
#include <chrono>

View File

@@ -40,8 +40,11 @@
#include <xrpl/proto/xrpl.pb.h>
#include <xrpl/telemetry/SpanGuard.h>
#include <xrpl/telemetry/SpanNames.h>
#include <xrpl/telemetry/TraceContextValidation.h>
#include <cstdint>
namespace xrpl::telemetry {
/** Create a "consensus.proposal.receive" span for an incoming proposal.