Replies: 1 comment 2 replies
-
Hey, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
So I am trying to scale some jobs that run agents for our CI/CD; I can read pipeline demand metrics from prometheus (I have an exporter for that); Now this works fine with ScaledObjects; but I am trying to switch those to jobs.
My question is; what the "Target Average Value" attribute for prometheus ? because Threshold is not working; which is expected; it defines the threshold to start scaling for HPA not for spinning up jobs.
Beta Was this translation helpful? Give feedback.
All reactions