Hello, I have got logs like:
info url: ‘/endpoint1’ responseTime: 80
info url: ‘/endpoint2’ responseTime: 89
info url: ‘/endpoint1’ responseTime: 1200
info url: ‘/endpoint1’ responseTime: 83
I want to make a panel to visualize an histogram of my line logs counts, splitting them in two series normal responses (responseTime<100) and slow responses (responseTime>=100). How can I do it?
Thx Tony, I´m sorry but I don´t understand… this way you can do a query with all needed logs or two queries, one of them with slow and normal responses. What I don´t know how to make a bar viz. showing these two series, or these two queries in a combined way like picture before.