Metrics
Configuring the Metrics Telemetry settings.
On this page
Authelia allows administrators to configure a Prometheus Metrics Exporter.
Configuration
telemetry:
metrics:
enabled: false
address: "0.0.0.0:9959"
Options
enabled
boolean
false
not required
Determines if the Prometheus HTTP Metrics Exporter is enabled.
address
address
0.0.0.0:9959
not required
Configures the listener address for the Prometheus HTTP Metrics Exporter. The address must be a IPv4 or IPv6 address
followed by the port in the <address>:<port>
format.