I have installed the node_exporter within the userspace of a linux system user. Everything works and I get the metrics in my grafana. But what I get is apperently the metrics for the whole host system (interesting, that I can get so much data about the host system as a simple user). But what I want is to see the CPU usage or RAM usage etc. just for my user, is that possible?
Asked
Active
Viewed 106 times
1 Answers
0
What datasource are you using? How do you transfer data from your collector (node_exporter) to grafana?
You could use a combination of telegraf agents and influxdb to create tags (eg users) and then filter your metrics based on those tags.
getleft
- 1
- 2