We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0784f commit 749f582Copy full SHA for 749f582
1 file changed
apps/demo-apps/python-app/app.py
@@ -12,6 +12,8 @@
12
['method', 'endpoint', 'status_code']
13
)
14
15
+REQUEST_DURATION = Histogram(
16
+ 'http_request_duration_seconds',
17
'HTTP request duration in seconds',
18
['method', 'endpoint']
19
0 commit comments