Home
last modified time | relevance | path

Searched defs:ot_tracer (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-ddtrace/ddtrace-0.56.1/tests/opentracer/core/
H A Dtest_tracer.py99 def test_start_span(self, ot_tracer, test_spans): argument
159 def test_start_span_with_tags(self, ot_tracer): argument
395 def test_start_active_span_nested(self, ot_tracer): argument
441 def test_active_span(self, ot_tracer, test_spans): argument
471 def test_extract_invalid_carrier(self, ot_tracer): argument
476 def test_http_headers_base(self, ot_tracer): argument
489 def test_http_headers_baggage(self, ot_tracer): argument
502 def test_empty_propagated_context(self, ot_tracer): argument
510 def test_text(self, ot_tracer): argument
539 def test_immutable_span_context(self, ot_tracer): argument
[all …]
H A Dtest_dd_compatibility.py36 def test_ot_dd_nested_trace(self, ot_tracer, dd_tracer, test_spans): argument
53 def test_dd_ot_nested_trace(self, ot_tracer, dd_tracer, test_spans): argument
69 def test_ot_dd_ot_dd_nested_trace(self, ot_tracer, dd_tracer, test_spans): argument
92 def test_ot_ot_dd_ot_dd_nested_trace_active(self, ot_tracer, dd_tracer, test_spans): argument
118 def test_consecutive_trace(self, ot_tracer, dd_tracer, test_spans): argument
147 def test_ddtrace_wrapped_fn(self, ot_tracer, dd_tracer, test_spans): argument
171 def test_distributed_trace_propagation(self, ot_tracer, dd_tracer, test_spans): argument
/dports/devel/py-ddtrace/ddtrace-0.56.1/tests/opentracer/
H A Dtest_tracer_gevent.py12 def ot_tracer(ot_tracer_factory): function
28 def test_no_threading(self, ot_tracer): argument
34 def test_greenlets(self, ot_tracer, test_spans): argument
52 def test_trace_greenlet(self, ot_tracer, test_spans): argument
64 def test_trace_later_greenlet(self, ot_tracer, test_spans): argument
77 def test_trace_concurrent_calls(self, ot_tracer, test_spans): argument
93 def test_trace_concurrent_spawn_later_calls(self, ot_tracer, test_spans): argument
113 …def test_trace_spawn_multiple_greenlets_multiple_traces_ot_parent(self, ot_tracer, dd_tracer, test… argument
154 …def test_trace_spawn_multiple_greenlets_multiple_traces_dd_parent(self, ot_tracer, dd_tracer, test… argument
H A Dtest_tracer_asyncio.py26 async def test_trace_multiple_coroutines(ot_tracer, test_spans): argument
52 async def test_exception(ot_tracer, test_spans): argument
71 async def test_trace_multiple_calls(ot_tracer, test_spans): argument
93 async def test_trace_multiple_coroutines_ot_dd(ot_tracer): argument
122 async def test_trace_multiple_coroutines_dd_ot(ot_tracer): argument
H A Dconftest.py36 def ot_tracer(ot_tracer_factory): function
42 def test_spans(ot_tracer): argument
49 def global_tracer(ot_tracer): argument
59 def dd_tracer(ot_tracer): argument
H A Dtest_tracer_tornado.py6 def ot_tracer(ot_tracer_factory): function
17 def test_sanity(self, ot_tracer, test_spans): argument