I want to see 3 months of metrics, but inputs should only be - for each day - 10 h am - 12 h am , because there is nothing interesting outside this range , and i don’t want grafana do smooth work on the whole day.
not really: his question was quite different, since he wanted specific background color on time basis, and the answer is negative.
my request was about filtering input on range basis for every day , i think it is inside the “WHERE” request but i can’t find examples
I guess your right.
However, your feature request is not supported at the moment in Grafana. At least not using the standard graph panel. Maybe there are some other plugin available that you can use to achieve what you want.
You can submit a feature request issue for it over at our Github repo and/or submit a pull request for it. Contributions are always welcome.
Marcus
Hi, hope you were able to find a solution to this scenario? We are using Prometheus and have a similar situation where we want to plot only 9pm data for each day over last one month. Please advise if you found any way of filtering based on time values. Thanks
What is your data source?
(post deleted by author)
Prometheus is our data source
You can fix you time range to get only the last day (alaways on this restricted timerange),
and if you drop it you can get an histogram with another unique key by value
in theory you can display multiple day on the same histogram without having hole between value.
not sure if it’s clear or help