Add activator metrics and dashboard#1726
Conversation
|
|
||
| func (a *dedupingActivator) activate(id revisionID) { | ||
| endpoint, status, err := a.activator.ActiveEndpoint(id.namespace, id.name) | ||
| logger := loggerWithRevisionInfo(a.logger, id.namespace, id.name) |
There was a problem hiding this comment.
Seems like an overkill to just report the serving state. Is this an important thing to report?
There was a problem hiding this comment.
I simplified the code to report the serving state.
|
/lgtm I have a minor comment, but I don't think it should block this PR. If you agree, please make the changes in a separate PR. If you don't, then just disregard :) @tanzeeb This change is likely going to be disruptive to your changes as well. I recommend talking to @akyyy to see how you can best incorporate these changes into your refactoring. |
|
/retest |
|
/assign @mattmoor |
|
/retest |
1 similar comment
|
/retest |
|
The following is the coverage report on pkg/.
|
mattmoor
left a comment
There was a problem hiding this comment.
/approve
For new header in pkg/controller
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akyyy, josephburnett, mattmoor, mdemirhan 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 |
|
/mega |
|
@josephburnett Please let |
Fixes #743
Proposed Changes