Add data plane metrics to CronjobSource#1790
Conversation
|
Hi @sayanh. 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/test-infra repository. |
a8fae2e to
caff537
Compare
caff537 to
5c04c4e
Compare
|
/hold |
|
/cc @Fredy-Z |
|
/uncc @Fredy-Z |
f73d5ac to
6adc33e
Compare
4745c99 to
52bc290
Compare
| "knative.dev/pkg/source" | ||
| ) | ||
|
|
||
| type mockReporter struct{} |
There was a problem hiding this comment.
can we add the eventCount mocking as in here?
to validate that we are calling the method?
| deploymentLister: deploymentInformer.Lister(), | ||
| eventTypeLister: eventTypeInformer.Lister(), | ||
| env: *env, | ||
| context: ctx, |
There was a problem hiding this comment.
rename to loggingContext, as with apiserversource?
|
@sayanh thanks for doing this. I added very minor stuff, and if Adam is OK, we can get this one in. |
|
/hold cancel |
|
/lgtm @Harwayne for approval |
…eventing.yaml Co-Authored-By: mattmoor-sockpuppet <mattmoor+sockpuppet@google.com>
94e3116 to
a7e6524
Compare
Harwayne
left a comment
There was a problem hiding this comment.
Looks great! Just a few remaining comments.
| return cj, err | ||
| } | ||
|
|
||
| func (r *Reconciler) UpdateFromLoggingConfigMap(cfg *corev1.ConfigMap) { |
There was a problem hiding this comment.
Let's add a // TODO determine how to push the updated logging config to existing data plane Pods.
Co-Authored-By: Adam Harwayne <harwayne@google.com>
Co-Authored-By: Adam Harwayne <harwayne@google.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Harwayne, sayanh 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 |
|
The following is the coverage report on pkg/.
|
Helps #1693
Proposed Changes
Release Note