Docker Compose
The purpose of this deployment is to collect gNMI data and write it to multiple outputs.
This deployment example includes:
- A single
gnmic
instance - A Prometheus output
- An InfluxDB output
- A NATS output
- A Kafka output
- A File output
Deployment files:
Download both files, update the gnmic
config file with the desired subscriptions and targets.
Deploy it with:
sudo docker-compose up -d
Check the gnmic outputs documentation page for more configuration options