Add support for local metric collection/viewing (#4170)

This commit is contained in:
Jack May
2019-05-06 16:44:06 -07:00
committed by GitHub
parent 3f6a79b078
commit 453fdb9e28
12 changed files with 8482 additions and 1 deletions

View File

@ -0,0 +1,11 @@
apiVersion: 1
providers:
- name: 'InfluxDB'
orgId: 1
folder: ''
type: file
disableDeletion: false
editable: true
options:
path: /etc/grafana/provisioning/dashboards

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,16 @@
# config file version
apiVersion: 1
datasources:
- name: gdev-influxdb
type: influxdb
isDefault: true
access: proxy
database: local
user: admin
password: admin
basicAuth: true
basicAuthUser: admin
basicAuthPassword: admin
url: http://influxdb:8086
editable: true