Closed gtk-grafana closed 2 weeks ago
Currently we're still using the hardcoded list of numeric fields instead of the detected_fields type.
We need to use the detected_field type of "duration", "bytes", "float" and run avg_over_time aggregations
Types are according to https://github.com/grafana/loki/blob/1f9beae0cce4d3ca939bd54d7da0c27d79e0864a/pkg/querier-rf1/querier.go#L763
Currently we're still using the hardcoded list of numeric fields instead of the detected_fields type.
We need to use the detected_field type of "duration", "bytes", "float" and run avg_over_time aggregations