Metrics
Metrics
The ElastiFlow Unified Collector exposes Prometheus compatible metrics on an HTTP endpoint.
EF_INSTANCE_NAME
Configure the name of the instance for metrics
- Default
default
EF_METRICS_PORT
The port on which the collector will listen for metrics, liveness and readiness requests.
- Default
8080
EF_METRICS_TLS_ENABLE
This setting is used to enable/disable TLS connections to the metrics endpoint.
- Valid Values
true
,false
- Default
false
EF_METRICS_TLS_CERT_FILEPATH
The path to the certificate to use for TLS connections to the metrics endpoint.
- Default
''
EF_METRICS_TLS_KEY_FILEPATH
The path to the key to use for TLS connections to the metrics endpoint.
- Default
''