| lavado | 2cc0ea8 | 2018-05-15 03:24:03 +0000 | [diff] [blame] | 1 | datasources: |
| 2 | - access: 'proxy' # make grafana perform the requests | ||||
| 3 | editable: true # whether it should be editable | ||||
| 4 | is_default: true # whether this should be the default DS | ||||
| 5 | name: 'osm_prometheus' # name of the datasource | ||||
| 6 | org_id: 1 # id of the organization to tie this datasource to | ||||
| 7 | type: 'prometheus' # type of the data source | ||||
| 8 | url: 'http://prometheus:9090' # url of the prom instance | ||||
| 9 | version: 1 # well, versioning | ||||