refactor(grafana_datasources): default prom set to thanos

!4
This commit is contained in:
2023-09-28 09:09:53 +09:30
parent 7afc6aa515
commit cf38a4156a

View File

@ -93,23 +93,23 @@ nfc_monitoring:
# prometheusType: Mimir # prometheusType: Mimir
# editable: true # editable: true
- name: prometheus # - name: prometheus
type: prometheus # type: prometheus
access: proxy # access: proxy
url: "http://prometheus-k8s.{{ .Values.nfc_monitoring.prometheus.namespace }}.svc:9090" # url: "http://prometheus-k8s.{{ .Values.nfc_monitoring.prometheus.namespace }}.svc:9090"
isDefault: true # isDefault: true
jsonData: # jsonData:
manageAlerts: true # manageAlerts: true
orgId: 1 # orgId: 1
prometheusType: Prometheus # prometheusType: Prometheus
prometheusVersion: 2.42.0 # prometheusVersion: 2.42.0
editable: true # editable: true
- name: thanos - name: thanos
type: prometheus type: prometheus
access: proxy access: proxy
url: "http://thanos-query.metrics.svc:9090" url: "http://thanos-query.metrics.svc:9090"
isDefault: false isDefault: true
jsonData: jsonData:
manageAlerts: true manageAlerts: true
orgId: 1 orgId: 1