A MetricQ sink, which can anwser requests of the grafana-metricq-source.
This needs the metricq-python docker image present on the deployment system
- run
make docker
in MetricQ main repository
The configuration is passed as build arguments:
docker build -t metricq-grafana --build-arg metricq_url=amqp://localhost --build-arg wait_for_rabbitmq_url=localhost:5672 .
docker run -it --restart=unless-stopped metricq-grafana
For restart policies see: https://docs.docker.com/engine/reference/commandline/run/#restart-policies---restart