grafana 11
This commit is contained in:
parent
16cafdea09
commit
24f8af69d9
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue