forked from kubernetes-sigs/kueue
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DROP: Implement Prometheus metrics for LocalQueue (kubernetes-sigs#3673)
* add LocalQueue metrics (no feature gate) Signed-off-by: Kevin <kpostlet@redhat.com> * add all clear and report calls Signed-off-by: Kevin <kpostlet@redhat.com> * add feature gate Signed-off-by: Kevin <kpostlet@redhat.com> * cleanup todos and add more feature gates Signed-off-by: Kevin <kpostlet@redhat.com> * use feature gate instead of config Signed-off-by: Kevin <kpostlet@redhat.com> * cleanup Signed-off-by: Kevin <kpostlet@redhat.com> * add metrics checks to a test Signed-off-by: Kevin <kpostlet@redhat.com> * add lq metrics to cq integration test Signed-off-by: Kevin <kpostlet@redhat.com> * lint fix Signed-off-by: Kevin <kpostlet@redhat.com> * use name instead of local_queue Signed-off-by: Kevin <kpostlet@redhat.com> * update status metric description Signed-off-by: Kevin <kpostlet@redhat.com> * fix key name Signed-off-by: Kevin <kpostlet@redhat.com> * move registerLQ into metrics package Signed-off-by: Kevin <kpostlet@redhat.com> --------- Signed-off-by: Kevin <kpostlet@redhat.com>
- Loading branch information
1 parent
db8b9da
commit 9d4a326
Showing
14 changed files
with
528 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.