Replies: 1 comment
-
@sthaha any suggestions? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,

I am trying to achieve visualisation of kepler container metrics as per week data graph shown below with prometheus and grafana.
But I am getting aggregated view of 4 weeks as below. The query I have used is sum((sum_over_time((irate(kepler_container_dram_joules_total[1w]))[4w:1w])) + (sum_over_time((irate(kepler_container_package_joules_total[1w]))[4w:1w])))

Can you please help me with the solution to achieve my objective.
Beta Was this translation helpful? Give feedback.
All reactions