grafana / explore-logs

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

Detected fields: When hitting max series error for detected fields of type int, retry as avg_over_time query #870

Open gtk-grafana opened 2 weeks ago

gtk-grafana commented 2 weeks ago

Some high cardinality int fields can hit the max number of series that Loki will query, ideally we could show the avg_over_time aggregation instead of displaying nothing or showing an error.

matyax commented 1 week ago

Oh, good one.