-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reworks the prometheus metrics to adhere to best practices #5687
Reworks the prometheus metrics to adhere to best practices #5687
Conversation
/run-e2e sequential |
/run-e2e sequential |
0d4fc28
to
e9d6065
Compare
/run-e2e sequential |
3697c27
to
30e16b9
Compare
/run-e2e sequential |
|
/run-e2e sequential |
thx for picking this up @wozniakjan |
hmm, now the e2e test failure is odd
but I can observe both
can't even get this to reproduce locally, tests just pass on every run
|
Signed-off-by: Bernard Grymonpon <[email protected]> Signed-off-by: Bernard Grymonpon <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
6c0c04f
to
db27705
Compare
…tency and keda_scaler_metrics_latency Signed-off-by: Jan Wozniak <[email protected]>
db27705
to
25783ee
Compare
/run-e2e sequential |
tests finally pass, ptal @kedacore/keda-core-contributors |
@wozniakjan It looks like kedacore/keda-docs#1258 is not owned by you, but linked. Is this one still up to date or do we need another one? |
Co-authored-by: Tom Kerkhove <[email protected]> Signed-off-by: Jan Wozniak <[email protected]>
correct, kedacore/keda-docs#1258 was implemented by @wonko just like the majority of this PR originates in @wonko's PR #5174 There are a couple of minor suggestions in kedacore/keda-docs#1258, perhaps I can open a new docs PR that reflects reviewer suggestions.
correct, the old ones remained, just in the description KEDA will inform users these are deprecated. The new ones should be in alignment with prometheus conventions. |
/run-e2e sequential |
if these suggestions are the only additions we can merge them in the existing PR |
oh, I can see the PR is opened against 2.13, we should move that to 2.14. @wozniakjan could you please open a new doc PR then? |
hey @zroubalik, with the docs PR kedacore/keda-docs#1374 approved, is there anything else I should do here or is this PR good to merge? |
This is continuing work from #5174. I have rebased on
main
, resolved conflicts and working on fixing the e2e bug as described in #5174 (comment).Original text from @wonko
There are two parts to this PR
main
- 6e5f45cChecklist
Fixes #4854
Closes #5174
Relates to kedacore/keda-docs#1374