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

Method SetUp

cpp/src/arrow/telemetry/telemetry_test.cc:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88class TestLogging : public ::testing::Test {
89 public:
90 void SetUp() override {
91 tracer_ = arrow::internal::tracing::GetTracer();
92 span_ = tracer_->StartSpan("test-logging");
93 }
94
95 otel::trace::Scope MakeScope() { return tracer_->WithActiveSpan(span_); }
96

Callers

nothing calls this directly

Calls 1

GetTracerFunction · 0.85

Tested by

no test coverage detected