Last active
March 9, 2020 08:50
-
-
Save widnyana/38a07d2f5bbb678760be2c2e5cc99463 to your computer and use it in GitHub Desktop.
kong-monitoring
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
persistence: | |
enabled: true | |
datasources: | |
datasources.yaml: | |
apiVersion: 1 | |
datasources: | |
- name: Prometheus | |
type: prometheus | |
url: http://prometheus-server | |
access: proxy | |
isDefault: true | |
dashboards: | |
default: | |
kong-dash: | |
gnetId: 7424 | |
revision: 5 | |
datasource: Prometheus | |
dashboardProviders: | |
dashboardproviders.yaml: | |
apiVersion: 1 | |
providers: | |
- name: 'default' | |
orgId: 1 | |
folder: '' | |
type: file | |
disableDeletion: false | |
editable: true | |
options: | |
path: /var/lib/grafana/dashboards/default | |
extraVolumeMounts: | |
- name: plugins | |
mountPath: /var/lib/grafana/plugins | |
subPath: configs/grafana/plugins | |
existingClaim: grafana | |
readOnly: false | |
plugins: | |
- digrich-bubblechart-panel | |
- grafana-clock-panel | |
- camptocamp-prometheus-alertmanager-datasource | |
- grafana-kubernetes-app | |
- digiapulssi-breadcrumb-panel | |
- devopsprodigy-kubegraf-app | |
- grafana-image-renderer | |
- simpod-json-datasource |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server: | |
global: | |
scrape_interval: 10s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment