Skip to content

Instantly share code, notes, and snippets.

@widnyana
Last active March 9, 2020 08:50
Show Gist options
  • Save widnyana/38a07d2f5bbb678760be2c2e5cc99463 to your computer and use it in GitHub Desktop.
Save widnyana/38a07d2f5bbb678760be2c2e5cc99463 to your computer and use it in GitHub Desktop.
kong-monitoring
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
server:
global:
scrape_interval: 10s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment