MCPcopy Create free account
hub / github.com/apache/arrow / GetTracer

Function GetTracer

cpp/src/arrow/util/tracing_internal.cc:205–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203} // namespace
204
205opentelemetry::trace::Tracer* GetTracer() {
206 static nostd::shared_ptr<opentelemetry::trace::Tracer> tracer =
207 GetTracerProvider()->GetTracer("arrow");
208 return tracer.get();
209}
210
211opentelemetry::nostd::shared_ptr<opentelemetry::trace::Span>& UnwrapSpan(
212 ::arrow::util::tracing::SpanDetails* span) {

Callers 14

SetUpMethod · 0.85
SetUpMethod · 0.85
OpenReaderAsyncFunction · 0.85
OpenReaderAsyncFunction · 0.85
DoActionMethod · 0.85
TEST_FMethod · 0.85
StartCallMethod · 0.85
MakeMethod · 0.85
SetupOTelFunction · 0.85
SpawnRealMethod · 0.85
operator()Function · 0.85
WrapAsyncGeneratorFunction · 0.85

Calls 2

GetTracerProviderFunction · 0.85
getMethod · 0.45

Tested by 6

SetUpMethod · 0.68
SetUpMethod · 0.68
DoActionMethod · 0.68
TEST_FMethod · 0.68
MakeMethod · 0.68
SetupOTelFunction · 0.68