Closed emlazzarin closed 1 year ago
Additionally to the fix you mentioned above, I had two more problems on my dashboards:
On the dashboard 04-EoA Node Status
I had a lot of errors saying the duration format was wrong. I saw the use of the variable: $__range_interval
in the queries, but I think the interval variable should be: $__interval
. So I replaced this variable on the whole dashboard in the JSON model. This seems to work fine now.
Some queries are using the function last_over_time
which is not recognized. I researched a bit and saw that this was introduced with prometheus 2.26. But the installed prometheus version seems to be: 2.15.2. I wasn't yet able to fix this one.
@emlazzarin I might have time towards the end of this week. Haven't really read into this repo yet. But I could go from your pointer above and check if I can find out what's happening
Wondering if the issue is here:
Yes it was the problem, I just upload a new version fixed. Thanks for your help
In the next days we're gonna upgrade Prometheus version to the last stable one, and add new dependencies to dashboards, it should fix everything
A fix that also worked for me, from r3dDoX in the Discord:
I can look into fixing this at some point, but wanted to put it here in case someone else wants to.