Commit fa7847e 1 parent 9b7cfad commit fa7847e Copy full SHA for fa7847e
File tree 4 files changed +440
-3
lines changed
src/grafana/provisioning/dashboards/demo
4 files changed +440
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ IMAGE_PROVIDER_DOCKERFILE=./src/imageprovider/Dockerfile
94
94
95
95
# Load Generator
96
96
LOCUST_WEB_PORT = 8089
97
- LOCUST_USERS = 10
97
+ LOCUST_USERS = 5
98
98
LOCUST_HOST = http://${ FRONTEND_PROXY_ADDR }
99
99
LOCUST_WEB_HOST = loadgenerator
100
100
LOCUST_AUTOSTART = true
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ the release.
32
32
([ #1827 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1827 ) )
33
33
* [ cartservice] - Add Exemplars to Cart Service
34
34
([ #1830 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1830 ) )
35
+ * [ grafana] Add Exemplars Dashboard
36
+ ([ #1836 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1836 ) )
35
37
* [ otel-collector] rename otelcol to otel-collector
36
38
([ #1841 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1841 ) )
37
39
Original file line number Diff line number Diff line change @@ -689,15 +689,15 @@ services:
689
689
image : ${JAEGERTRACING_IMAGE}
690
690
container_name : jaeger
691
691
command :
692
- - " --memory.max-traces=5000 "
692
+ - " --memory.max-traces=25000 "
693
693
- " --query.base-path=/jaeger/ui"
694
694
- " --prometheus.server-url=http://${PROMETHEUS_ADDR}"
695
695
- " --prometheus.query.normalize-calls=true"
696
696
- " --prometheus.query.normalize-duration=true"
697
697
deploy :
698
698
resources :
699
699
limits :
700
- memory : 400M
700
+ memory : 1200M
701
701
restart : unless-stopped
702
702
ports :
703
703
- " ${JAEGER_SERVICE_PORT}" # Jaeger UI
You can’t perform that action at this time.
0 commit comments