Skip to content

Commit 7b67a61

Browse files
committed
improved grafana dashboards
1 parent b92dbe8 commit 7b67a61

8 files changed

+4210
-3362
lines changed

src/grafana/grafana.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ serve_from_sub_path = true
373373
;default_theme = dark
374374

375375
# Path to a custom home page. Users are only redirected to this if the default home dashboard is used. It should match a frontend route and contain a leading slash.
376-
; home_page =
376+
home_page = /grafana/dashboards/f/demo/?orgId=1
377377

378378
# External user management, these options affect the organization users view
379379
;external_manage_link_url =
@@ -436,7 +436,7 @@ disable_login_form = true
436436
#################################### Anonymous Auth ######################
437437
[auth.anonymous]
438438
# enable anonymous access
439-
enabled = true
439+
enabled = true
440440

441441
# specify organization name that should be used for unauthenticated users
442442
org_name = Main Org.

src/grafana/provisioning/dashboards/demo.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ providers:
77
- name: 'OpenTelemetry Demo'
88
orgId: 1
99
folder: 'Demo'
10+
folderUid: 'demo'
1011
type: file
1112
disableDeletion: false
1213
editable: true

0 commit comments

Comments
 (0)