-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
More system metrics #235
Comments
I would love:
|
These all sound like reasonable requests to me. Currently I am focusing on statsd support but should have time to work on this later this month. |
+1 on this. Would like to see more I/O-related stats using |
+1 |
+1, we will appreciate this too. |
+1 ! |
closing this because processes, kernel, and ntpq plugins are now in master, and will be available in 0.11.0, which covers all metrics in the original request. @mabushey you could get one-off string metrics like that currently by making a simple script like this and putting it in the exec plugin: echo kernel_version value="`uname -r`" I would like to also have a simple "value" be a parsable input format in general, so that you could do this: [[inputs.exec]]
commands = ["uname -r"]
data_format = "value"
data_type = "string" and parse a simple string, float, or int from any command. |
see #849 |
How can we gather this information? I can't sort out if the top n feature was implemented somewhere? |
@douglasg14b The top n feature was implemented as a processor, you can use it with the procstat input: https://github.com/influxdata/telegraf/tree/master/plugins/processors/topk |
We would like Telegraf to provide a few more system level metrics to fully replace our existing metrics collectors (Munin/Nagios/Collectd). It would be nice to see these added:
The text was updated successfully, but these errors were encountered: