Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.34 KB

prometheus.md

File metadata and controls

36 lines (25 loc) · 1.34 KB

Prometheus

Table of content

Configuration

Setting Env var Default value Description
prometheus.extralabels PROMETHEUS_EXTRALABELS Comma separated list of fields to use as labels additionally to rule, source, priority, tags and custom_fields

Note

The Env var values override the settings from yaml file.

Example of config.yaml

prometheus:
  # extralabels: "" # comma separated list of fields to use as labels additionally to rule, source, priority, tags and custom_fields

Additional info

Note

This output is used to collect metrics about Falco events and Falcosidekick outputs in prometheus format, scrape the endpoint /metrics to collect them.

Screenshots