Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metrics for notebook_create_total and notebook_running are flipped #324

Open
nishant-dash opened this issue Nov 30, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@nishant-dash
Copy link

Bug Description

Metrics for notebook_create_total and notebook_running are flipped.
I have 4 notebooks created and 2 running yet the notebook_create_total reports 2 and notebook_running reports 4.

root@jupyter-controller-0:/var/lib/juju# curl -s localhost:8080/metrics | grep -i notebook_ | grep -Ei "create|running" | grep -v ^#
notebook_create_total{namespace="admin"} 2
notebook_running{namespace="admin"} 4

Screenshot from 2023-11-30 17-37-07

To Reproduce

N/A

Environment

CKF 1.8/stable (jupyter controller: 1.8/stable , 824)
Microk8s 1.24/stable
juju 3.1.6

Relevant Log Output

N/A

Additional Context

No response

@nishant-dash nishant-dash added the bug Something isn't working label Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant