Skip to content
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

JobSink controller logs Failed to export to Prometheus: "job-sink_client_latency" is not a valid metric name #8296

Open
mgencur opened this issue Nov 1, 2024 · 2 comments
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug.

Comments

@mgencur
Copy link
Contributor

mgencur commented Nov 1, 2024

Describe the bug
The job-sink Pod repeatedly reports this:

2024/11/01 15:52:27 Failed to export to Prometheus: "job-sink_client_latency" is not a valid metric name
2024/11/01 15:52:34 Failed to export to Prometheus: "job-sink_client_results" is not a valid metric name
2024/11/01 15:52:34 Failed to export to Prometheus: "job-sink_client_latency" is not a valid metric name

Expected behavior
JobSink controller reports metrics properly.

To Reproduce
Deploy any JobSink resource.

Knative release version
1.15

Additional context
Add any other context about the problem here such as proposed priority

@mgencur mgencur added the kind/bug Categorizes issue or PR as related to a bug. label Nov 1, 2024
@pierDipi
Copy link
Member

pierDipi commented Nov 7, 2024

We need to remove the dash from the component name

const component = "job-sink"

/good-first-issue

Copy link

knative-prow bot commented Nov 7, 2024

@pierDipi:
This request has been marked as suitable for new contributors.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.

In response to this:

We need to remove the dash from the component name

const component = "job-sink"

/good-first-issue

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.

@knative-prow knative-prow bot added good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. labels Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants