Skip to content

Notebook culling metrics are not displayed #785

@AnubisFUp

Description

@AnubisFUp

Checks

Kubeflow Notebooks Version

v1

Kubeflow Platform

kustomize

Kubernetes Distribution

selfhosted

Kubernetes Version

Client Version: v1.34.1
Server Version: v1.29.13

Description

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?

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

No one assigned

    Labels

    kind/bugkind - things not working properlypriority/needs-triagepriority - needs to be triaged

    Type

    No type

    Projects

    Status

    Needs Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions