You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since there is no way to expose the metrics in the prometheus-adapter itself, there is currently no way to detect if the prometheus-adapter is failing.
If prometheus-adapter does not work, HPA using custom metrics does not work well.
What
Since there is no way to expose the metrics in the prometheus-adapter itself, there is currently no way to detect if the prometheus-adapter is failing.
If prometheus-adapter does not work, HPA using custom metrics does not work well.
How
{namespace="prometheus-adapter"} |~ ". *unable to fetch metrics.*"
to check the error log.{__name__=~"^container_. *",container!="POD",namespace!="",pod!=""}
is failing.Checklist
The text was updated successfully, but these errors were encountered: