Skip to content

Commit dec148b

Browse files
author
goebbert1
committed
comment on change of default for Prometheus metric
1 parent 5274ad8 commit dec148b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ Mirroring CPU and Memory, the trait `disk_warning_threshold` signifies when to f
162162
### Disable Prometheus Metrics
163163

164164
There is a [known bug](https://github.com/jupyter-server/jupyter-resource-usage/issues/123) with Prometheus metrics which
165-
causes "lag"/pauses in the UI. To workaround this you can disable Prometheus metric reporting using:
166-
165+
causes "lag"/pauses in the UI. Hence, the Prometheus metric reporting is disabled by default (for all versions > 1.1.1).
166+
If you want to use the Prometheus metric reporting you need to enable it with:
167167
```
168-
--ResourceUseDisplay.enable_prometheus_metrics=False
168+
--ResourceUseDisplay.enable_prometheus_metrics=True
169169
```
170170

171171
## Enable alternative frontend

0 commit comments

Comments
 (0)