Skip to content

Commit 7d24863

Browse files
Clarify Flask labeler effects
1 parent ffcf998 commit 7d24863

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-flask/src/opentelemetry/instrumentation/flask

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-flask/src/opentelemetry/instrumentation/flask/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def hello():
9898
Custom Metrics Attributes using Labeler
9999
***************************************
100100
The Flask instrumentation reads from a Labeler utility that supports adding custom attributes
101-
to the HTTP metrics recorded by the instrumentation.
101+
to the HTTP request duration metrics recorded by the instrumentation.
102102
103103
.. code-block:: python
104104

0 commit comments

Comments
 (0)