Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 453 Bytes

File metadata and controls

22 lines (11 loc) · 453 Bytes

tiny-bank metrics

Starts InfluxDB, Grafana, Prometheus and otel-collector.

Adds basic dashboards to Grafana. Goto http://localhost:3000 and login with admin/admin.

Created database and adds continuous queries to InfluxDB.

The otel-collector scrapes the tiny-bank metrics ands sends it to Prometheus.

To start:

docker compose up -d

To stop:

docker compose down

To stop and remove persistent volumes:

docker compose down -v