Hi there,
I am new with Prometheus and I am facing issues with duplicate entries visualised with grafana. Since I am new, I don't know whether this is a bug (have seen several issues on GitHub) or an incorrect config. Please provide me with a couple of hints.
### Host operating system: ubuntu
### Are you running node_exporter in Docker?
Yes, despite the warning, I am using prometheus with docker-compose. node-exporter is configured as a scraping job. I want to monitor a bunch of docker containers that run on my host.
### What did you do that produced an error?
Queried CPU usage for my containers after restarting my containers on the machine.
### What did you expect to see?
One value per container.
### What did you see instead?
Two metrics per container.
Can anybody help?
Cheers,
Anne