Prometheus Metrics¶
The featureflags server exposes Prometheus metrics that can be used to monitor the health and performance of the service.
HTTP Metrics¶
- http_request_total_per_project
Total number of HTTP requests.
- Labels:
handler(string) - HTTP request handler (e.g./load,/sync)project(string) - Project name
Graph Metrics¶
- action_time
Action latency.
- Labels:
action(string) - Action name
- action_errors
Action errors count.
- Labels:
action(string) - Action name
- graph_pull_time
Graph pull time.
- graph_pull_errors
Graph pull errors count.