Skip to content

Commit 5274ad8

Browse files
committed
set prometheus to False
1 parent 97f8708 commit 5274ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_resource_usage/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def _disk_path_default(self):
171171
).tag(config=True)
172172

173173
enable_prometheus_metrics = Bool(
174-
default_value=True,
174+
default_value=False,
175175
help="""
176176
Set to False in order to disable reporting of Prometheus style metrics.
177177
""",

0 commit comments

Comments
 (0)