Skip to content

Commit

Permalink
Update grafana/agent Docker tag to v0.39.1 (#7183)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 22, 2024
1 parent d6a9127 commit b486261
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
# Scrape the metrics also with the Grafana agent (useful to test metadata ingestion
# until metadata remote write is not supported by Prometheus).
grafana-agent:
image: grafana/agent:v0.39.0
image: grafana/agent:v0.39.1
command: ["-config.file=/etc/agent-config/grafana-agent.yaml", "-metrics.wal-directory=/tmp", "-server.http.address=127.0.0.1:9091"]
volumes:
- ./config:/etc/agent-config
Expand Down
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 @@ -44,7 +44,7 @@ services:
grafana-agent:
profiles:
- grafana-agent-static
image: grafana/agent:v0.39.0
image: grafana/agent:v0.39.1
command: ["-config.file=/etc/agent-config/grafana-agent.yaml", "-metrics.wal-directory=/tmp", "-server.http.address=127.0.0.1:9091"]
volumes:
- ./config:/etc/agent-config
Expand All @@ -54,7 +54,7 @@ services:
grafana-agent-flow:
profiles:
- grafana-agent-flow
image: grafana/agent:v0.39.0
image: grafana/agent:v0.39.1
environment:
- AGENT_MODE=flow
command: ["run", "--server.http.listen-addr=0.0.0.0:9092", "/etc/agent/config.river"]
Expand Down

0 comments on commit b486261

Please sign in to comment.