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 ffcf998 commit 7d24863Copy full SHA for 7d24863
instrumentation/opentelemetry-instrumentation-flask/src/opentelemetry/instrumentation/flask/__init__.py
@@ -98,7 +98,7 @@ def hello():
98
Custom Metrics Attributes using Labeler
99
***************************************
100
The Flask instrumentation reads from a Labeler utility that supports adding custom attributes
101
-to the HTTP metrics recorded by the instrumentation.
+to the HTTP request duration metrics recorded by the instrumentation.
102
103
.. code-block:: python
104
0 commit comments