Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 766 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 766 Bytes

Code style: black

metricq-grafana

A MetricQ sink, which can anwser requests of the grafana-metricq-source.

Deployment with Docker

Prerequisites

This needs the metricq-python docker image present on the deployment system

  • run make docker in MetricQ main repository

Build an image

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 .

Create a new container from the image

docker run -it --restart=unless-stopped metricq-grafana

For restart policies see: https://docs.docker.com/engine/reference/commandline/run/#restart-policies---restart