-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
RFC: Add status field to metrics object #5304
Comments
It would be great for this to propagate up through our conditions, as per #5076. |
@nak3 @jonjohnsonjr can I work on this issue? |
Sure, no problem & thank you @taragu Just in case, I think the status update within this gorountine serving/pkg/autoscaler/collector.go Line 252 in 58e814a
|
I see. Thanks for the pointers @nak3 ! |
/reopen |
@vagababov: Reopened this issue. In 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. |
We should not pass logger to the scrape and other fixes. /assign mattmoor @nak3 Part of knative#5304
Issues go stale after 90 days of inactivity. Send feedback to Knative Productivity Slack channel or file an issue in knative/test-infra. /lifecycle stale |
/kind good-first-issue This is not super straightforward but I'm happy to mentor somebody who is willing to pick this up. We effectively need to surface changes to the status, which are done here: serving/pkg/autoscaler/collector.go Lines 286 to 299 in f65d5a7
|
@markusthoemmes: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In 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. |
/unassign @taragu AFAIK you've been working on the first PR for this but you're no longer looking into this? |
@markusthoemmes yep I'm no longer working on this |
Stale issues rot after 30 days of inactivity. Send feedback to Knative Productivity Slack channel or file an issue in knative/test-infra. /lifecycle rotten |
/remove-lifecycle rotten I wanted to pick this up for 0.14 |
/assign |
This is done as of d1c1e34 and was part of the 0.14 release. |
In what area(s)?
/area autoscale
/kind spec
/kind proposal
Current issue
Example steps & Actual result
:9090
port as an example.The ksvc shows
READY
status. (revision, routes and configs are all READY.)There are no event logs. The user-container/queue-proxy logs also does not have any error.
But we fail to access to the service with following error.
So, it is difficult to debug and find out what happened from user's namespace.
Proposal change
(current output)
(expected output)
Event log could be another solution, but it would produce too many logs as same reason with #5295.
I am thinking that these status field is useful for above scenario. But is there are any different approach or suggestion?
The text was updated successfully, but these errors were encountered: