pyrra-dev / pyrra

Making SLOs with Prometheus manageable, accessible, and easy to use for everyone!
https://demo.pyrra.dev
Apache License 2.0
1.21k stars 108 forks source link

No data Budget and Availability #1125

Closed giz33 closed 6 months ago

giz33 commented 6 months ago

I have this issue here. On the home page of pyrra it shows No data on Availability and Budget:

image

But when I click on it, it shows the values normally(Don't know if 100% is ok for them, but at least show some values):

image

Can someone help please?

Tks in advance.

giz33 commented 6 months ago

I was able to make it works! Again, was a mismatch between label that the prometheus operator uses and the label that pyrra puts on the ServiceLevelObectives and PrometheusRules. After change the Prometheus to look for the labels used on the Pyrra's objects it works.

image

image

Tks again.