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

allow to derive values #346

Open
landryb opened this issue Dec 25, 2017 · 2 comments
Open

allow to derive values #346

landryb opened this issue Dec 25, 2017 · 2 comments
Labels

Comments

@landryb
Copy link
Contributor

landryb commented Dec 25, 2017

Testing 0.4.0 on openbsd (it works fine!), i've recently ported/tested with influxdb (so far only used rrd providers) and i'm missing one thing - i can't use 'derivative' from influxdb query language (cf https://docs.influxdata.com/influxdb/v1.4/query_language/functions/#derivative), and it seems when collectd sends values to influxdb the 'derivative' information (which in rrd is stored in the DS type) is lost, only the raw value is stored in the DB. I don't know how provider-agnostic it could be made, but it would be nice to be able to derive values in the metric options (which i've found hidden in the group tab, operation only has average/sum, and consolidation only has first/last/max/min/average/sum).

Thanks for the facette revamp !

@vbatoufflet
Copy link
Member

Hi @landryb,

I'll have to take a closer look at this in order to see if we can do something provider-agnostic here. Like that, it won't be that easy.

@sstallion
Copy link

Somewhat related, but I have some older SNMP targets that report memory usage in terms of free and total. I'd like to be able to specify a derived used metric that is the difference of the total and free metrics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants