configure grafana with prometheus
All checks were successful
Helm Charts / Detect changed charts (push) Successful in 21s
Helm Charts / Library charts tool (push) Has been skipped
Helm Charts / Application charts pgcat (push) Has been skipped

This commit is contained in:
2026-03-18 16:31:46 +01:00
parent a762c8f90f
commit 1527d35483

View File

@@ -553,11 +553,11 @@ grafana: &grafana_config
username: arcodange username: arcodange
secureJsonData: secureJsonData:
password: clickhousearcodange password: clickhousearcodange
# - name: Prometheus - name: Prometheus
# type: prometheus type: prometheus
# url: http://prometheus-prometheus-server url: http://prometheus-server.tools.svc.cluster.local
# access: proxy access: proxy
# isDefault: true isDefault: true
# - name: CloudWatch # - name: CloudWatch
# type: cloudwatch # type: cloudwatch
# access: proxy # access: proxy
@@ -729,34 +729,46 @@ grafana: &grafana_config
curlOptions: "-sLf" curlOptions: "-sLf"
datasource: clickhouse datasource: clickhouse
# default: default:
# some-dashboard: # some-dashboard:
# json: | # json: |
# $RAW_JSON # $RAW_JSON
# custom-dashboard: # custom-dashboard:
# file: dashboards/custom-dashboard.json # file: dashboards/custom-dashboard.json
# prometheus-stats: prometheus-stats:
# gnetId: 2 gnetId: 2
# revision: 2 revision: 2
# datasource: Prometheus datasource: Prometheus
# local-dashboard:
# url: https://example.com/repository/test.json k8s-resources-cluster:
# curlOptions: "-sLf" url: https://grafana.com/api/dashboards/1860/revisions/29/download
# token: '' datasource: Prometheus
# local-dashboard-base64: # Dashboard Kubernetes / Pods
# url: https://example.com/repository/test-b64.json k8s-pods:
# token: '' url: https://grafana.com/api/dashboards/6417/revisions/10/download
# b64content: true datasource: Prometheus
# local-dashboard-gitlab: # Dashboard Kubernetes / Nodes
# url: https://example.com/repository/test-gitlab.json k8s-nodes:
# gitlabToken: '' url: https://grafana.com/api/dashboards/1860/revisions/29/download
# local-dashboard-bitbucket: datasource: Prometheus
# url: https://example.com/repository/test-bitbucket.json # local-dashboard:
# bearerToken: '' # url: https://example.com/repository/test.json
# local-dashboard-azure: # curlOptions: "-sLf"
# url: https://example.com/repository/test-azure.json # token: ''
# basic: '' # local-dashboard-base64:
# acceptHeader: '*/*' # url: https://example.com/repository/test-b64.json
# token: ''
# b64content: true
# local-dashboard-gitlab:
# url: https://example.com/repository/test-gitlab.json
# gitlabToken: ''
# local-dashboard-bitbucket:
# url: https://example.com/repository/test-bitbucket.json
# bearerToken: ''
# local-dashboard-azure:
# url: https://example.com/repository/test-azure.json
# basic: ''
# acceptHeader: '*/*'
## Reference to external ConfigMap per provider. Use provider name as key and ConfigMap name as value. ## Reference to external ConfigMap per provider. Use provider name as key and ConfigMap name as value.
## A provider dashboards must be defined either by external ConfigMaps or in values.yaml, not in both. ## A provider dashboards must be defined either by external ConfigMaps or in values.yaml, not in both.