-
Notifications
You must be signed in to change notification settings - Fork 74
Report event_count metric in Broker Ingress for invalid events #1798
Conversation
pkg/metrics/tags.go
Outdated
@@ -58,6 +58,7 @@ var ( | |||
allowedEventTypes = map[string]struct{}{ | |||
"e2e-dummy-event-type": {}, | |||
"e2e-testing-resp-event-type-dummy": {}, | |||
"_invalid_cloud_event_": {}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The alignment of {}
suggests that your editor is not set up with auto formatting properly. Make sure you either set it up or add a commit hook to your git repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AlexandraRoatis, Harwayne The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The following jobs failed:
Failed non-flaky tests preventing automatic retry of pull-google-knative-gcp-wi-tests:
|
59c5a8b
to
dc36dac
Compare
The following is the coverage report on the affected files.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Fixes #1706
Proposed Changes
Release Note
Docs