collectd - How to multiply two series lists in Grafana / Graphite? -
i have data in graphite in following format:
app.service.method_*.m1_rate (rate of calls per minute) app.service.method_*.avg_time (avg response time per minute)
i graph total estimated time given method running per minute. in other words - multiply rate avg time can learn 1 graph calls taking most. if can going can limit (i know how :) ) top n results of such multiplication.
neither rate not give me information (high rate of fast calls not problem) nor avg time (high average time on service called once per 5 minutes not problem).
any suggestions?
may multiplyseries you.
Comments
Post a Comment