Skip to content

Commit

Permalink
Fix example of InMemorySpanData
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Oct 14, 2024
1 parent da5382c commit 73d0adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multi_processor/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void CleanupTracer()
trace_api::Provider::SetTracerProvider(none);
}

void dumpSpans(std::vector<std::unique_ptr<trace_sdk::SpanData>> &spans)
void dumpSpans(std::vector<opentelemetry::nostd::unique_ptr<trace_sdk::SpanData>> &spans)
{
char span_buf[trace_api::SpanId::kSize * 2];
char trace_buf[trace_api::TraceId::kSize * 2];
Expand Down

0 comments on commit 73d0adb

Please sign in to comment.