Skip to content

Commit

Permalink
Merge pull request #66 from krzko/feat-bump-deps
Browse files Browse the repository at this point in the history
feat: bump grafana loki otelcol prom
  • Loading branch information
krzko authored Oct 2, 2023
2 parents e9c58ba + f5d143a commit be4b6c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.1.1
image: grafana/grafana:10.1.2
volumes:
- ../shared/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
# - ../shared/pyroscope/grafana-provisioning:/etc/grafana/provisioning
Expand All @@ -20,7 +20,7 @@ services:
- "3000:3000"

loki:
image: grafana/loki:2.8.4
image: grafana/loki:2.8.5
command: "-config.file=/etc/loki/local-config.yaml"
environment:
- NO_PROXY=grafana,loki,minio,otel-collector,prometheus,pyroscope,tempo
Expand Down Expand Up @@ -64,7 +64,7 @@ services:
retries: 5

otel-collector:
image: otel/opentelemetry-collector-contrib:0.84.0
image: otel/opentelemetry-collector-contrib:0.85.0
command: [ "--config=/etc/otel-collector.yaml" ]
volumes:
- ../shared/otel-collector.yaml:/etc/otel-collector.yaml
Expand All @@ -82,7 +82,7 @@ services:
- tempo

prometheus:
image: prom/prometheus:v2.46.0
image: prom/prometheus:v2.47.0
command:
- --config.file=/etc/prometheus.yaml
- --web.enable-remote-write-receiver
Expand Down

0 comments on commit be4b6c9

Please sign in to comment.