Skip to content

Commit 7bad762

Browse files
committed
Use regular dashes, not em (or en?) dashes
Works in JupyterHub because python3, fails python2 test here.
1 parent 8aa22d6 commit 7bad762

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebook/metrics.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ def prometheus_log_method(handler):
2121
Tornado log handler for recording RED metrics.
2222
2323
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.
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.
2727
2828
We use a fully qualified name of the handler as a label,
2929
rather than every url path to reduce cardinality.

0 commit comments

Comments
 (0)