inject transformer prefix into metric#80874
Conversation
|
Hi @ShiHan9. Thanks for your PR. I'm waiting for a kubernetes 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/test-infra repository. |
|
/ok-to-test |
|
@ShiHan9: Cannot trigger testing until a trusted user reviews the PR and leaves an DetailsIn response to this:
Instructions 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/test-infra repository. |
|
/cc @immutableT |
There was a problem hiding this comment.
Should not this be moved into the loop?
Otherwise the start time for all transformations will be the same.
There was a problem hiding this comment.
line#146 requires start time being set before for loop. it also makes sense because only one of the transformers will be called.
|
/cc @logicalhan at first glance, this looks like an example of #76302 |
|
Reagrding #76302 Here is the rationale for adding this label: |
I'm personally okay with it if it is practically bounded. /cc @brancz |
|
/ok-to-test |
|
/test pull-kubernetes-kubemark-e2e-gce-big |
|
While in theory unbounded, in practice this is not, so I'd be ok with it. |
staging/src/k8s.io/apiserver/pkg/storage/value/transformer_test.go
Outdated
Show resolved
Hide resolved
staging/src/k8s.io/apiserver/pkg/storage/value/transformer_test.go
Outdated
Show resolved
Hide resolved
Change-Id: Iacab685a710d8f8d5b80ed0d35e5ccc22bd929cb
|
/approve will defer to sig-instrumentation for lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, shihan9 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/lgtm |
What type of PR is this?
/kind feature
What this PR does / why we need it:
this PR injects the transformer prefix into transformer metric so that the metric can give us a sense of the transformers usage.