Home
last modified time | relevance | path

Searched defs:TestExporter (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/tracing/tracing-opentelemetry/tests/
Dmetrics_publishing.rs175 ) -> (impl Subscriber + 'static, TestExporter) { in init_subscriber() argument
197 struct TestExporter { struct
205 impl TestExporter { argument
272 impl TemporalitySelector for TestExporter { implementation
Dtrace_state_propagation.rs159 struct TestExporter(Arc<Mutex<Vec<SpanData>>>); struct
161 impl SpanExporter for TestExporter { implementation