Reputation: 13
I have created two queries in Prometheus data source.
sum(increase(transaction_seconds_sum{action = 'initiate'}[1m]))
sum(increase(transaction_seconds_count{action = 'initiate'}[1m]))
Is there any way to divide the first query by the second one and generate one graph in a specific time interval?
Upvotes: 1
Views: 8074