grafana mimir datasource
This commit is contained in:
parent
b63a806464
commit
86fb1493d4
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@ datasources:
|
||||||
access: proxy
|
access: proxy
|
||||||
url: http://mimir:9009/prometheus
|
url: http://mimir:9009/prometheus
|
||||||
editable: false
|
editable: false
|
||||||
|
jsonData:
|
||||||
|
httpMethod: "POST"
|
||||||
|
prometheusType: "Mimir"
|
||||||
|
prometheusVersion: "2.9.1"
|
||||||
|
tlsSkipVerify: true
|
||||||
|
timeout: 30
|
||||||
- name: Pyroscope
|
- name: Pyroscope
|
||||||
uid: pyroscope
|
uid: pyroscope
|
||||||
type: grafana-pyroscope-datasource
|
type: grafana-pyroscope-datasource
|
||||||
|
|
Loading…
Reference in a new issue