This example shows how you can run Flipt with a Prometheus for metrics and Grafana for visualization.
To run this example application you'll need:
- Run
docker-compose up
from this directory - Open the Flipt UI (default: http://localhost:8080)
- Create some sample data: Flags/Segments/etc.
- Open the Prometheus UI (default: http://localhost:9090/graph)
- Enter a sample query in the query input, ex:
grpc_server_handled_total{grpc_method="ListFlags"}
and press 'Execute' - You should see a graph of requests to
ListFlags
- Open the Grafana UI (default: http://localhost:3000)
- Create a new dashboard (or import from our grafana-dashboards repository)