You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation
Falco exposes a metrics endpoint through its webserver, but there's no PodMonitor or ServiceMonitor configured for Prometheus to scrape the metrics from the endpoint.
Feature
Add a PodMonitor and/or ServiceMonitor for Prometheus to scrape the metrics from the metrics endpoint.
Alternatives
N/A
Additional context
The prometheus_metrics_enabled value in the Falco chart is a bit misleading since it only allows to expose the metrics but doesn't enable Prometheus to scrape those metrics. Also, there's a ServiceMonitor already configured in the charts for falcosidekick, falco-exporter and k8s-metacollector.
The text was updated successfully, but these errors were encountered:
Motivation
Falco exposes a
metrics
endpoint through its webserver, but there's noPodMonitor
orServiceMonitor
configured for Prometheus to scrape the metrics from the endpoint.Feature
Add a
PodMonitor
and/orServiceMonitor
for Prometheus to scrape the metrics from themetrics
endpoint.Alternatives
N/A
Additional context
The
prometheus_metrics_enabled
value in the Falco chart is a bit misleading since it only allows to expose the metrics but doesn't enable Prometheus to scrape those metrics. Also, there's aServiceMonitor
already configured in the charts for falcosidekick, falco-exporter and k8s-metacollector.The text was updated successfully, but these errors were encountered: