grafana 11

This commit is contained in:
royalcat 2024-05-06 16:21:08 +03:00
parent 16cafdea09
commit 24f8af69d9

View file

@ -1,6 +1,6 @@
services:
otel-collector:
image: otel/opentelemetry-collector-contrib:0.97.0
image: otel/opentelemetry-collector-contrib:0.99.0
command: "--config=/etc/otel-collector-config.yaml"
volumes:
- ./otel-collector/config.yaml:/etc/otel-collector-config.yaml
@ -64,7 +64,7 @@ services:
- "4318" # otlp http
grafana:
image: grafana/grafana:10.4.1
image: grafana/grafana:11.0.0-preview
environment:
GF_SERVER_ROOT_URL: ${GRAFANA_URL}
GF_SERVER_SERVE_FROM_SUB_PATH: "false"