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:
We provide a set of Grafana dashboards that you can use to visualize the metrics collected by Flipt, including both server health and flag evaluation metrics.
You can find the dashboards in our grafana-dashboards repository.
log.encoding configuration option.
OTLP supports additional configuration such as specifying the protocol to use (gRPC or HTTP) as well as providing custom headers to send with the request.
Custom headers can be used to provide authentication information to the collector which may be required if you are using a hosted collector such as NewRelic, DataDog, or Honeycomb.
These can be configured via the tracing.otlp configuration section.