Skip to content

Commit 8072c5b

Browse files
authored
[grafana] cleanup dashboards (#2085)
1 parent 8fd20a7 commit 8072c5b

13 files changed

+4224
-3396
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ the release.
1111
([#2070](https://github.com/open-telemetry/opentelemetry-demo/pull/2070))
1212
* [frontend] Cypress tests base image updated to 14.0.3
1313
([#2072](https://github.com/open-telemetry/opentelemetry-demo/pull/2072))
14+
* [grafana] Update dashboards with service map
15+
([#2085](https://github.com/open-telemetry/opentelemetry-demo/pull/2085))
1416

1517
## 2.0.0
1618

docker-compose.minimal.yml

+1
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ services:
617617
- OTEL_COLLECTOR_HOST
618618
- OTEL_COLLECTOR_PORT_GRPC
619619
- OTEL_COLLECTOR_PORT_HTTP
620+
- GOMEMLIMIT=160MiB
620621

621622
# Prometheus
622623
prometheus:

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,7 @@ services:
763763
- OTEL_COLLECTOR_HOST
764764
- OTEL_COLLECTOR_PORT_GRPC
765765
- OTEL_COLLECTOR_PORT_HTTP
766+
- GOMEMLIMIT=160MiB
766767

767768
# Prometheus
768769
prometheus:

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)