grafana / explore-logs

Repo for the Loki log exploration app
GNU Affero General Public License v3.0
305 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 1 week ago

gtk-grafana commented 1 week 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 2 days ago

Oh, good one.