mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 09:00:32 +00:00
fix(telemetry): add missing SpanNames.h and cstdint includes (misc-include-cleaner)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user