The History panel displays the progression of a variable number of points within a defined time range.
Furthermore a comparison with a previous time range is shown and a trend indicates if the numbers are rising or drop.
Query name | query |
---|---|
total-filtered | increase(application_flows_state_total{status="success"}[${__range}]) |
previous-filtered | increase(application_flows_state_total{status="success"}[${__range}] offset ${__range}) |
The query names are mandatory.