Skip to content
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

Provide docs on derivative items. #216

Closed
mabushey opened this issue Sep 21, 2015 · 4 comments
Closed

Provide docs on derivative items. #216

mabushey opened this issue Sep 21, 2015 · 4 comments

Comments

@mabushey
Copy link

Metrics like net_packets_sent and net_packets_recv look like a skateboard ramp. Figuring out how to graph this w/o docs is about as likely as winning the Lottery. Here is a query that actually appears works which I only obtained through Googling:

SELECT non_negative_derivative(first(value), 1s) FROM "net_packets_sent" WHERE "host" = 'server01' AND $timeFilter GROUP BY time($interval), "host" fill(none)
@sparrc
Copy link
Contributor

sparrc commented Sep 21, 2015

👍 I agree 100%, was actually planning on this being the topic of a blog post and doc page

@jhofeditz
Copy link
Contributor

Thank you @mabushey! I had the derivative query close but the scale seemed off. Using your query made Grafana do exactly what I needed for counter based data from Telegraf.

Looking forward to seeing the proper query syntax for InfluxDB in the docs and Grafana supporting it in the editor.

@kokarn
Copy link
Contributor

kokarn commented Oct 8, 2015

👍
This would indeed be very helpful.
I imagine bandwidth usage is a pretty common thing to display.

@sparrc
Copy link
Contributor

sparrc commented Aug 12, 2016

closing this out because we will be able to support this sort of thing when we implement #380, and TBH there's no way I'm going to have time to get to this, as well as it probably being a bit out-of-scope from a telegraf perspective.

@sparrc sparrc closed this as completed Aug 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants