-
Notifications
You must be signed in to change notification settings - Fork 3.4k
operator: add identity GC metrics #14254
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
Conversation
c4b6ca1
to
74fac62
Compare
74fac62
to
32c49a4
Compare
32c49a4
to
24424e2
Compare
fe0f122
to
fffc6a1
Compare
@ArthurChiao it seems that you are still working on this PR. I'll mark it as draft, feel free to mark it ready for review once it's complete. |
fffc6a1
to
a0143d0
Compare
Commit 366e2b4a6c9567e31b54f228f854e91371fc501f does not contain "Signed-off-by". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
366e2b4
to
abe1d88
Compare
@aanm Thanks! Ready for reviewing now. Any comments welcomed. |
@ArthurChiao the changes LGTM, can you add a good release note in the PR description? Thank you! |
test-me-please |
Commits 72b4a65f1609ded36e2e39a2c60a3c6ff5f44119, bf46dee8ebbfa2bf5b8c96c5d04dde0bc74d2aba, 1d02be060733c8bc3894816ca221686a52f99976, 622065ef25a550c6ceec3a4b5b799e9339fdfaa1 do not contain "Signed-off-by". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
1 similar comment
Commits 72b4a65f1609ded36e2e39a2c60a3c6ff5f44119, bf46dee8ebbfa2bf5b8c96c5d04dde0bc74d2aba, 1d02be060733c8bc3894816ca221686a52f99976, 622065ef25a550c6ceec3a4b5b799e9339fdfaa1 do not contain "Signed-off-by". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
622065e
to
31171f9
Compare
3e35281
to
d8771aa
Compare
test-me-please |
@christarazi thanks for your inline comments! All comments addressed and rebased code to the latest master commit. My local
|
Signed-off-by: ArthurChiao <arthurchiao@hotmail.com>
d8771aa
to
d0d9440
Compare
test-me-please |
Adding for backport to v1.9 & v1.10 as this change is valuable to have on stable releases. |
In the last round of backports, this PR was omitted due to non-trivial merge. Temporarily dropping the 1.10 backport so it doesn't resurface until we figure out a course of action edit: it's already in 1.10 c60023b |
operator: add new metric cilium_operator_identity_gc_entries_total
This patch adds identity GC stats to cilium-operator's metric list,
which allows users to track the identity GC activities,
e.g. deleted & alive identities during each GC run.
Preview: