authelia/docs/content/en/configuration/telemetry/metrics.md

978 B

title description lead date draft images menu weight toc
Metrics Configuring the Metrics Telemetry settings Configuring the Metrics Telemetry settings. 2022-03-20T12:52:27+11:00 false
configuration
parent
telemetry
108200 true

Authelia allows administrators to configure a Prometheus Metrics Exporter.

Configuration

telemetry:
  metrics:
    enabled: false
    address: "0.0.0.0:9959"

Options

enabled

{{< confkey type="boolean" default="false" required="no" >}}

Determines if the Prometheus HTTP Metrics Exporter is enabled.

address

{{< confkey type="address" default="0.0.0.0:9959" required="no" >}}

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.

See More