Skip to content

Commit

Permalink
chore: bump grafana and otelcol
Browse files Browse the repository at this point in the history
  • Loading branch information
krzko committed Jul 21, 2023
1 parent 3bca10c commit aff0bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/files/files/grafana/run-o11y-run/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:

grafana:
image: grafana/grafana:10.0.1
image: grafana/grafana:10.0.2
volumes:
- ../shared/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
# - ../shared/pyroscope/grafana-provisioning:/etc/grafana/provisioning
Expand Down Expand Up @@ -64,7 +64,7 @@ services:
retries: 5

otel-collector:
image: otel/opentelemetry-collector-contrib:0.80.0
image: otel/opentelemetry-collector-contrib:0.81.0
command: [ "--config=/etc/otel-collector.yaml" ]
volumes:
- ../shared/otel-collector.yaml:/etc/otel-collector.yaml
Expand Down

0 comments on commit aff0bfa

Please sign in to comment.