Skip to content

Commit

Permalink
review feedback, add comments to dev config files
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Seigner <siggy@buoyant.io>
  • Loading branch information
siggy committed Apr 5, 2018
1 parent 9645379 commit 575253a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grafana/dev.dashboards.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# this file is intended for the docker-compose development environment, more info:
# http://docs.grafana.org/v5.0/administration/provisioning/#dashboards

apiVersion: 1
providers:
- name: 'default'
Expand Down
3 changes: 3 additions & 0 deletions grafana/dev.datasources.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# this file is intended for the docker-compose development environment, more info:
# http://docs.grafana.org/v5.0/administration/provisioning/#datasources

apiVersion: 1
datasources:
- name: prometheus
Expand Down
2 changes: 2 additions & 0 deletions grafana/dev.grafana.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# this file is intended for the docker-compose development environment

instance_name = conduit-grafana

[auth]
Expand Down

0 comments on commit 575253a

Please sign in to comment.