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 8aa22d6 commit 7bad762Copy full SHA for 7bad762
notebook/metrics.py
@@ -21,9 +21,9 @@ def prometheus_log_method(handler):
21
Tornado log handler for recording RED metrics.
22
23
We record the following metrics:
24
- Rate – the number of requests, per second, your services are serving.
25
- Errors – the number of failed requests per second.
26
- Duration – The amount of time each request takes expressed as a time interval.
+ Rate - the number of requests, per second, your services are serving.
+ Errors - the number of failed requests per second.
+ Duration - The amount of time each request takes expressed as a time interval.
27
28
We use a fully qualified name of the handler as a label,
29
rather than every url path to reduce cardinality.
0 commit comments