Skip to content

Commit 209386d

Browse files
committed
Remove _info suffix (is automatically added)
1 parent ee80296 commit 209386d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/prometheus/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
from prometheus_client import Info
4040

41-
SERVER_INFO = Info("jupyter_server_info", "Jupyter Server Version information")
41+
SERVER_INFO = Info("jupyter_server", "Jupyter Server Version information")
4242

4343
__all__ = [
4444
"HTTP_REQUEST_DURATION_SECONDS",

0 commit comments

Comments
 (0)