-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
kind/bugkind - things not working properlykind - things not working properlypriority/needs-triagepriority - needs to be triagedpriority - needs to be triaged
Description
Checks
- I have searched the existing issues.
- My issue is related to one of the components in the
kubeflow/notebooksrepository.
Kubeflow Notebooks Version
v1
Kubeflow Platform
kustomize
Kubernetes Distribution
selfhosted
Kubernetes Version
Client Version: v1.34.1
Server Version: v1.29.13Description
Hi!
I assumed that the metrics notebook_culling_total and last_notebook_culling_timestamp_seconds would be exported in the /metrics section, but they are not there.
Is this possible because they are not called in this part?
notebooks/components/notebook-controller/pkg/metrics/metrics.go
Lines 74 to 79 in 669de15
| func (m *Metrics) Collect(ch chan<- prometheus.Metric) { | |
| m.scrape() | |
| m.runningNotebooks.Collect(ch) | |
| m.NotebookCreation.Collect(ch) | |
| m.NotebookFailCreation.Collect(ch) | |
| } |
Relevant Logs
Metadata
Metadata
Assignees
Labels
kind/bugkind - things not working properlykind - things not working properlypriority/needs-triagepriority - needs to be triagedpriority - needs to be triaged
Type
Projects
Status
Needs Triage