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 d32f940 commit bdd5f84Copy full SHA for bdd5f84
opentelemetry-instrumentation/tests/test_semconv.py
@@ -217,6 +217,6 @@ def test_non_recording_span(self):
217
# Verify no span attributes are set if not recording
218
span.set_attribute.assert_not_called()
219
span.set_status.assert_not_called()
220
- # status code set for metrics independent of tracing decision for
+ # Verify status code set for metrics independent of tracing decision
221
self.assertIn("http.status_code", metrics_attributes)
222
self.assertIn("http.response.status_code", metrics_attributes)
0 commit comments