Add Prometheus metrics endpoint and Grafana dashboard for brightstaff

This commit is contained in:
adilhafeez 2026-04-21 16:28:08 -07:00
parent 9812540602
commit 3cd5ba8536
17 changed files with 1662 additions and 6 deletions

View file

@ -0,0 +1,14 @@
# Auto-provision the Prometheus datasource so the bundled dashboard wires up
# without any clicks. The `uid: DS_PROMETHEUS` matches the templated input in
# brightstaff_dashboard.json.
apiVersion: 1
datasources:
- name: Prometheus
uid: DS_PROMETHEUS
type: prometheus
access: proxy
url: http://prometheus:9090
isDefault: true
editable: true