Hi,
  I have a usecase where telegraf jolokia plugin is used to report JVM stats 
but they aren't actually useful as it is. It will make sense to combine some of 
these metrics together (transform it to % values) before reporting it to 
downstream systems.

For example: Heap Memory Usage returns metrics with raw values but not 
used_percent. 

"HeapMemoryUsage":
{"init":268435456,"committed":259522560,"max":518979584,"used":41063224},

"NonHeapMemoryUsage":{"init":2555904,"committed":34340864,"max":-1,"used":32872536}

If i am using InfluxDB as my storage then i can do this transformation at 
influxdb level or at kapacitor level but i am using Cloudwatch here for storing 
metrics. Cloudwatch platform doesnt provide flexibility today to combine 
metrics reported and do transformation.

Is there any way this can be achieved at telegraf level, so that i can report  
(used/max) * 100 as used_percent?

-- 
Remember to include the version number!
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/e639858c-5ee3-4497-8170-7c15d717f994%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to