grafana / explore-logs

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

Logs generator: Add bytes and float field #899

Open gtk-grafana opened 3 days ago

gtk-grafana commented 3 days ago

While there is a "bytes" field in the generated data, it is not a bytes type, so it will always hit the max series count and not return an avg_over_time query as expected when the detected_fields response returns a field is of type "bytes", "float" or "duration"