Conversation
Signed-off-by: ghdrope <0coasts-gearing@icloud.com>
|
Hi @ghdrope. Thanks for your PR. I'm waiting for a kcp-dev member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
9dc680a to
08a7ba4
Compare
|
LGTM label has been added. DetailsGit tree hash: d32980f2f59971dadc8e8dbf6189ef948b725759 |
|
/ok-to-test |
|
/retest infra failure |
|
/retest |
Signed-off-by: ghdrope <0coasts-gearing@icloud.com>
08a7ba4 to
dc60979
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
New changes are detected. LGTM label has been removed. |
|
/retest |
1 similar comment
|
/retest |
|
@ghdrope: The following test failed, say
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/retest |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Summary
Make
MetricsCollectorthread-safe and prevent metric disappearance during Prometheus scrapes by adding async.RWMutexand aCollect()method.Note: Also added
defer ticker.Stop()and commenting.What Type of PR Is This?
/kind bug
/kind cleanup
/kind documentation
Related Issue(s)
Fixes #159
Release Notes