-
Notifications
You must be signed in to change notification settings - Fork 0
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
CLOUDP-297225: Add plugin telemetry tiny event #37
Conversation
internal/telemetry/event.go
Outdated
|
||
func withEventType() EventOpt { | ||
return func(event Event) { | ||
event.Properties["eventType"] = "plugin" |
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.
discussed offline but we can't use eventtype
we also tend to use snake case in properties if I'm not mistaken
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.
updated!
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! Nice light weight solution!
Proposed changes
Jira ticket: CLOUDP-297225
Checklist
make fmt
and formatted my codeFurther comments