a
This commit is contained in:
1
grafana/dashboards/oidc-dashboard.json
Executable file
1
grafana/dashboards/oidc-dashboard.json
Executable file
@@ -0,0 +1 @@
|
||||
// Placeholder Dashboard JSON
|
||||
8
grafana/provisioning/dashboards/dashboard.yml
Executable file
8
grafana/provisioning/dashboards/dashboard.yml
Executable file
@@ -0,0 +1,8 @@
|
||||
|
||||
apiVersion: 1
|
||||
providers:
|
||||
- name: 'OIDC Monitoring'
|
||||
folder: ''
|
||||
type: file
|
||||
options:
|
||||
path: /var/lib/grafana/dashboards
|
||||
8
grafana/provisioning/datasources/datasource.yml
Executable file
8
grafana/provisioning/datasources/datasource.yml
Executable file
@@ -0,0 +1,8 @@
|
||||
|
||||
apiVersion: 1
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://prometheus:9090
|
||||
isDefault: true
|
||||
Reference in New Issue
Block a user