-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where can I see a detailed explanation of all the metrics ? #1170
Comments
AWS Services that Publish CloudWatch Metrics would probably be your best bet. You can click through to the service you are interested in for more details |
Metrics contain a HELP string, which has some information. Detailed explanations of metrics provided by each collector is something we don't currently have. I've considered starting a per-collector (and probably per-platform) documentation tree, but it's a lot of work that I don't have time for right now. |
To be clear, is this a good place to look for a list of all metrics: https://github.com/prometheus/node_exporter/blob/master/collector/fixtures/e2e-output.txt ? Is this what you're referring to when you say "Metrics" contain a HELP string? For anyone else who is trying to trace down metrics, it's useful to look in docs/ as it contains rules that remap rule names. As a slight aside: I can see rules that remap metrics to other metrics, .e.g, node_disk_bytes_read gets remapped/recorded to node_disk_read_bytes_total, but where is node_disk_read_bytes_total defined? Is everything just dynamically generated from the golang collectors? Is that the reason why we have trouble syncing names between OSs (#150)? |
@SuperQ |
@GuiBin2013 I believe the cpu model name is not currently available via node_exporter metrics. If you are still interested in this feature, please create a new issue for it. |
Prometheus provides many metrics, but I dont't known what it means of these, Where can I see a detailed explanation of all the metrics ?
The text was updated successfully, but these errors were encountered: