Hi, I run an application that export metrics about the total number of lines of each file in my directory, basically the product of `wc -l` So on each interval (every 1m) my app counts the total number of lines and then updates the Gague metric.
For example: First iteration: 1000 total lines Second iteration: 1300 total lines Third iteration: 1900 total lines Fourth iteration: 2400 total lines ... Prometheus scraps my app's metric every 15s/25s (depends on the env) What i want to plot is a graph that will show the rate per minute - how many lines produced in each file for that last 1 minute. No matter what I tried, I couldn't make the graph to show to correct results. -- This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this on behalf of the addressee you must not use, copy, disclose or take action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply email and delete this message. Thank you. -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/4d971809-72e0-4f36-b0cf-0e9914a2d251%40googlegroups.com.

