This document describes how to configure Flipt’s observability mechanisms including metrics, logging, and tracing.
/metrics
HTTP endpoint. To see which metrics are currently supported, point your browser
to FLIPT_HOST/metrics
(ex: localhost:8080/metrics
).
You should see a bunch of metrics being recorded such as:
log.encoding
configuration option.
tracing.otlp
configuration section.
OTEL_SERVICE_NAME
- Sets the value of the service.name
resource attribute (default: flipt
)OTEL_RESOURCE_ATTRIBUTES
- Key-value pairs to be used as resource attributes.