grafana / explore-logs

Repo for the Loki log exploration app
GNU Affero General Public License v3.0
308 stars 14 forks source link

feat: sort patterns by changepoints/outliers #839

Open sd2k opened 1 month ago

sd2k commented 1 month ago

Similar to the sorting of panels in the breakdown views, I think it would be useful to have patterns sorted by more than just %. Highlighting patterns with the most significant changepoints feels like it could be useful, e.g. using the changepoint detector in @bsull/augurs. I'm sure there are other sensible options though (e.g. standard deviation).