fix prometheus
This commit is contained in:
parent
f461fc6ef9
commit
ad7441ca47
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class SessionManager:
|
|||
"docker_tag": DOCKER_TAG,
|
||||
'version': lbry.__version__,
|
||||
"min_version": util.version_string(VERSION.PROTOCOL_MIN),
|
||||
"cpu_count": os.cpu_count()
|
||||
"cpu_count": str(os.cpu_count())
|
||||
})
|
||||
session_count_metric = Gauge("session_count", "Number of connected client sessions", namespace=NAMESPACE,
|
||||
labelnames=("version",))
|
||||
|
|
Loading…
Add table
Reference in a new issue