Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.
This repository was archived by the owner on May 5, 2025. It is now read-only.

[docs] Prometheus monitoring label issue #384

@jmcx

Description

@jmcx

See https://triggermesh-community.slack.com/archives/C02GHUAQDCH/p1685085885165109?thread_ts=1684724222.983259&cid=C02GHUAQDCH for context.

Default prometheus operator install isn't compatible with our observability documentation.

Info: if you installed Prometheus with the operator, it uses a label selector for pod monitors. If you create a pod monitor that doesn't have those labels, prometheus will not pick it up. Solution is to either reconfigure the selector installed by Prometheus, which is:

Pod Monitor Selector:
Match Labels:
Release: kube-prometheus-stack

Or update the pod monitor to include label:

release=kube-prometheus-stack

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions