Skip to content

Commit

Permalink
Fix typo in metric description
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Dec 23, 2024
1 parent 952782b commit bfd4ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_server/prometheus/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
SERVER_INFO = Info("jupyter_server", "Jupyter Server Version information")
SERVER_EXTENSION_INFO = Info(
"jupyter_server_extension",
"Jupyter Server Extensiom Version Information",
"Jupyter Server Extension Version Information",
["name", "version", "enabled"],
)
LAST_ACTIVITY = Gauge(
Expand Down

0 comments on commit bfd4ad8

Please sign in to comment.