Hi All,
I was wondering if there was a way to use a date histogram function within the Metric visualization.
I'm trying to transfer a visualization from Grafana to Kibana, but I'm unable to find the correct way to do this as I'm using a data histogram to show a singular metric.
This is what my Grafana visualization looks like:
This is what I have so far for Kibana:
What I would expect I'd need to do, is do a cumulative sum of differences, kind of like:
cumulative_sum(differences(max(prometheus.ifHCInOctets.counter)))
But when I try this, I get the following error:
Is there a way currently in Lens to achieve what I'm trying to do?