Skip to content

Commit e453713

Browse files
fix: Adds datasource provisioning
1 parent 7c499a7 commit e453713

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

provisioning/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
For more information see [Provision dashboards and data sources](https://grafana.com/tutorials/provision-dashboards-and-data-sources/)

provisioning/datasources/.gitkeep

Whitespace-only changes.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
apiVersion: 1
2+
3+
datasources:
4+
- name: 'Haystack'
5+
type: 'needleinajaystack-haystack-datasource'
6+
access: proxy
7+
isDefault: true
8+
orgId: 1
9+
version: 1
10+
editable: true
11+
jsonData:
12+
url: 'http://haxall:8080/api/'
13+
username: 'su'
14+
secureJsonData:
15+
password: 'su'

0 commit comments

Comments
 (0)