fix: rename job-sink to job_sink#8335
Conversation
The committers listed above are authorized under a signed CLA. |
|
Welcome @yatesliang! It looks like this is your first PR to knative/eventing 🎉 |
|
Hi @yatesliang. Thanks for your PR. I'm waiting for a knative 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. |
|
/ok-to-test |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pierDipi, yatesliang 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 |
|
/kind bug |
|
/cherry-pick release-1.15 |
|
/cherry-pick release-1.16 |
|
@pierDipi: new pull request created: #8339 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-sigs/prow repository. |
|
@pierDipi: new pull request created: #8340 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-sigs/prow repository. |
Co-authored-by: yatesliang <yates.lyc@gmail.com>
Fixes #8296
Proposed Changes
Rename the JobSink component from 'job-sink' to
job_sinkto make the generated metrics meet thePrometheus naming requirement.
ref: https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels
Pre-review Checklist
Release Note
Docs