We currently have a production environment with our own Consul, Prometheus and Grafana services running. We manage them with Puppet/Terraform.
What is the most straight-forward way to integrate PMM server with my environment?
I am mostly interested in the Query Analyzer, but the whole container looks great.
I am also concerned about being able to upgrade properly to new versions, so trying to avoid a hacky manual solution.
My first concern is integrating the Consul server in the container with our own Consul cluster without messing the production cluster.
I’d also like to be able to poll data for Prometheus from the existing Prometheus agents on the clients (node_exporter, mysqld_exporter).
Is this even possible?