diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-01 17:21:15 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-01 17:21:15 +0900 |
| commit | 7388b83e7aac55ec7d8872ce58794b29b33c6522 (patch) | |
| tree | eba444fed0e10963e86232f4c172225e0d7ab947 /monitoring/grafana | |
| parent | 3c880c4de185aa44c3672687497aea269bbec220 (diff) | |
feat(monitoring): add Loki + Promtail for log aggregation
Diffstat (limited to 'monitoring/grafana')
| -rw-r--r-- | monitoring/grafana/provisioning/datasources/prometheus.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/monitoring/grafana/provisioning/datasources/prometheus.yaml b/monitoring/grafana/provisioning/datasources/prometheus.yaml new file mode 100644 index 0000000..977265e --- /dev/null +++ b/monitoring/grafana/provisioning/datasources/prometheus.yaml @@ -0,0 +1,14 @@ +apiVersion: 1 +datasources: + - name: Prometheus + type: prometheus + access: proxy + url: http://prometheus:9090 + isDefault: true + editable: false + - name: Loki + type: loki + access: proxy + url: http://loki:3100 + isDefault: false + editable: false |
