Merge branch 'pratik/otel-phase3-tx-tracing' into pratik/otel-phase4-consensus-tracing

This commit is contained in:
Pratik Mankawde
2026-07-09 14:01:37 +01:00
3 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,6 @@
#include <algorithm>
#include <cctype>
#include <ranges>
#include <string>
#include <string_view>

View File

@@ -4,7 +4,6 @@
#include <algorithm>
#include <cctype>
#include <ranges>
#include <string>
using namespace xrpl;

View File

@@ -17,6 +17,8 @@
#include <xrpl/telemetry/SpanGuard.h>
#include <xrpl/telemetry/TraceContextValidation.h>
#include <cstdint>
namespace xrpl::telemetry {
/** Create a "tx.receive" span for a transaction received from a peer.