We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec33fc commit fabd607Copy full SHA for fabd607
instrumentation/opentelemetry-instrumentation-requests/tests/test_requests_integration.py
@@ -834,9 +834,6 @@ def test_basic_metric_both_semconv(self):
834
self.assertEqual(data_point.count, 1)
835
836
def test_basic_metric_non_recording_span(self):
837
- # tracer_provider = trace.NoOpTracerProvider()
838
- # trace.set_tracer_provider(tracer_provider=tracer_provider)
839
-
840
expected_attributes = {
841
SpanAttributes.HTTP_STATUS_CODE: 200,
842
SpanAttributes.HTTP_HOST: "examplehost",
0 commit comments