We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19fe714 commit fc48830Copy full SHA for fc48830
instrumentation/opentelemetry-instrumentation-flask/tests/test_programmatic.py
@@ -462,7 +462,6 @@ def test_exclude_lists_from_explicit(self):
462
self.assertEqual(len(span_list), 1)
463
464
def test_flask_metrics(self):
465
- _server_duration_attrs_old.append("http.route")
466
start = default_timer()
467
self.client.get("/hello/123")
468
self.client.get("/hello/321")
@@ -587,6 +586,7 @@ def test_basic_metric_success(self):
587
586
"http.method": "GET",
588
"http.host": "localhost",
589
"http.scheme": "http",
+
590
"http.flavor": "1.1",
591
"http.server_name": "localhost",
592
"net.host.name": "localhost",
0 commit comments