-
Notifications
You must be signed in to change notification settings - Fork 1.7k
enhancement(internal_events): add source
identifier to specific internal events
#15499
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
Conversation
Signed-off-by: Jean Mertz <[email protected]>
Signed-off-by: Jean Mertz <[email protected]>
Signed-off-by: Jean Mertz <[email protected]>
✅ Deploy Preview for vrl-playground canceled.
|
✅ Deploy Preview for vector-project canceled.
|
Signed-off-by: Jean Mertz <[email protected]>
@@ -10,25 +10,28 @@ pub struct EventsSent<'a> { | |||
pub count: usize, | |||
pub byte_size: usize, | |||
pub output: Option<&'a str>, | |||
pub source: Option<&'a str>, | |||
} | |||
|
|||
impl<'a> InternalEvent for EventsSent<'a> { |
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.
Note that this source has changed recently and no longer contains this implementation. You'll need to update against current master.
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.
Thanks! Yeah, I did find that out during a rebase this morning. I've got some time scheduled tomorrow to rectify this.
Signed-off-by: Jean Mertz <[email protected]>
Signed-off-by: Jean Mertz <[email protected]>
Signed-off-by: Jean Mertz <[email protected]>
Signed-off-by: Jean Mertz <[email protected]>
Signed-off-by: Jean Mertz <[email protected]>
Signed-off-by: Jean Mertz <[email protected]>
Signed-off-by: Jean Mertz <[email protected]>
Signed-off-by: Jean Mertz <[email protected]>
Superseded by #17549 |
🚧