mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
33 lines
665 B
YAML
33 lines
665 B
YAML
|
---
|
||
|
# It should be *very* clear that this is an insecure, dev-only configuration. Don't run this in production!
|
||
|
apiVersion: 1
|
||
|
|
||
|
datasources:
|
||
|
- name: Prometheus
|
||
|
type: prometheus
|
||
|
uid: prometheus
|
||
|
access: proxy
|
||
|
orgId: 1
|
||
|
url: http://prometheus:9090
|
||
|
basicAuth: false
|
||
|
isDefault: false
|
||
|
version: 1
|
||
|
editable: false
|
||
|
jsonData:
|
||
|
httpMethod: GET
|
||
|
- name: Tempo
|
||
|
type: tempo
|
||
|
access: proxy
|
||
|
orgId: 1
|
||
|
url: http://tempo:3200
|
||
|
basicAuth: false
|
||
|
isDefault: true
|
||
|
version: 1
|
||
|
editable: false
|
||
|
apiVersion: 1
|
||
|
uid: tempo
|
||
|
jsonData:
|
||
|
httpMethod: GET
|
||
|
serviceMap:
|
||
|
datasourceUid: prometheus
|