42 lines
888 B
YAML
42 lines
888 B
YAML
---
|
|
apiVersion: grafana.integreatly.org/v1beta1
|
|
kind: GrafanaDatasource
|
|
metadata:
|
|
name: loki
|
|
namespace: grafana
|
|
spec:
|
|
instanceSelector:
|
|
matchLabels:
|
|
dashboards: "grafana"
|
|
datasource:
|
|
name: Loki
|
|
type: loki
|
|
access: proxy
|
|
url: http://loki.loki.svc.k8s.undercloud.local:3100
|
|
isDefault: false
|
|
editable: true
|
|
jsonData:
|
|
maxLines: 1000
|
|
---
|
|
apiVersion: grafana.integreatly.org/v1beta1
|
|
kind: GrafanaDatasource
|
|
metadata:
|
|
name: victoriametrics
|
|
namespace: grafana
|
|
spec:
|
|
instanceSelector:
|
|
matchLabels:
|
|
dashboards: "grafana"
|
|
datasource:
|
|
name: VictoriaMetrics
|
|
type: prometheus
|
|
access: proxy
|
|
isDefault: true
|
|
editable: true
|
|
url: http://vmsingle-demo.vm.svc.k8s.undercloud.local:8429
|
|
jsonData:
|
|
httpMethod: POST
|
|
prometheusType: Prometheus
|
|
prometheusVersion: 2.24.0
|
|
timeInterval: 30s
|
|
--- |