Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update grafana/agent docker tag to v0.39.2 (main) #7287

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1
image: grafana/agent:v0.39.2
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.1
image: grafana/agent:v0.39.2
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.1
image: grafana/agent:v0.39.2
environment:
- AGENT_MODE=flow
command: ["run", "--server.http.listen-addr=0.0.0.0:9092", "/etc/agent/config.river"]
Expand Down
Loading