You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pavlos Rontidis edited this page Aug 10, 2023
·
5 revisions
WIP
Grafana Agent with Mimir
Setup
git clone https://github.com/grafana/agent.git grafana-agent
cd /path/to/grafana-agent/example/docker-compose
docker-compose up -d
# when you are done testing, run the following command:
docker compose -f deployment/docker/docker-compose-cluster.yml stop
git clone https://github.com/VictoriaMetrics/VictoriaMetrics
cd VictoriaMetrics
docker compose -f deployment/docker/docker-compose-cluster.yml up -d
# when you are done testing, run the following command:
docker compose -f deployment/docker/docker-compose-cluster.yml stop