Skip to content

Commit

Permalink
development/mimir-monolithic-mode: update otel collector (#9114)
Browse files Browse the repository at this point in the history
While testing #9057

Signed-off-by: György Krajcsovits <[email protected]>
  • Loading branch information
krajorama authored Aug 27, 2024
1 parent b3a9412 commit 3c1f1c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions development/mimir-monolithic-mode/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ services:
- .data-mimir-2:/data:delegated

otel-remote-write:
image: otel/opentelemetry-collector-contrib:0.97.0
image: otel/opentelemetry-collector-contrib:0.107.0
profiles:
- otel-collector-remote-write
volumes:
Expand All @@ -126,7 +126,7 @@ services:
- 55679:55679 # zpages extension

otel-otlp:
image: otel/opentelemetry-collector-contrib:0.97.0
image: otel/opentelemetry-collector-contrib:0.107.0
profiles:
- otel-collector-otlp-push
volumes:
Expand Down

0 comments on commit 3c1f1c2

Please sign in to comment.