chore: restructured project
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,11 @@
|
||||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: "celery"
|
||||
orgId: 1
|
||||
folder: ""
|
||||
type: file
|
||||
updateIntervalSeconds: 10
|
||||
options:
|
||||
path: /etc/grafana/provisioning/dashboards
|
||||
foldersFromFilesStructure: true
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: Infinity
|
||||
type: yesoreyeram-infinity-datasource
|
||||
access: proxy
|
||||
orgId: 1
|
||||
uid: infinity
|
||||
isDefault: false
|
||||
editable: false
|
||||
@@ -0,0 +1,4 @@
|
||||
apiVersion: 1
|
||||
|
||||
apps:
|
||||
- type: yesoreyeram-infinity-datasource
|
||||
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
echo "Installing Grafana plugins..."
|
||||
grafana cli plugins install yesoreyeram-infinity-datasource
|
||||
|
||||
echo "Starting Grafana..."
|
||||
exec /run.sh
|
||||
Reference in New Issue
Block a user