mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 17:39:40 +02:00
🐛 fix(grafana): correct VictoriaMetrics datasource port (8428 → 9090)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
805477bd77
commit
9b7d8c36b8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ datasources:
|
|||
- name: Prometheus
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://victoriametrics:8428
|
||||
url: http://victoriametrics:9090
|
||||
isDefault: true
|
||||
editable: true
|
||||
jsonData:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue