mirror of
git://f0xx.org/ac/ac-deploy
synced 2026-07-29 05:00:35 +03:00
added 'monitoring' path - ask devs why it's there
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Auto-provision Prometheus datasource on first Grafana start
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://localhost:9090
|
||||
isDefault: true
|
||||
editable: false
|
||||
jsonData:
|
||||
timeInterval: "15s"
|
||||
Reference in New Issue
Block a user