Skip to content

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

Closed
wants to merge 14 commits into from

Conversation

JeanMertz
Copy link
Contributor

🚧

@netlify
Copy link

netlify bot commented Dec 8, 2022

Deploy Preview for vrl-playground canceled.

Name Link
🔨 Latest commit 9ee3c6c
🔍 Latest deploy log https://app.netlify.com/sites/vrl-playground/deploys/63a306af29456f0007ff27a8

@netlify
Copy link

netlify bot commented Dec 8, 2022

Deploy Preview for vector-project canceled.

Name Link
🔨 Latest commit 9ee3c6c
🔍 Latest deploy log https://app.netlify.com/sites/vector-project/deploys/63a306af6cd88d00081b2d07

@github-actions github-actions bot added domain: core Anything related to core crates i.e. vector-core, core-common, etc domain: rfc domain: sinks Anything related to the Vector's sinks domain: topology Anything related to Vector's topology code labels Dec 8, 2022
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> {
Copy link
Member

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.

Copy link
Contributor Author

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]>
@jszwedko
Copy link
Member

Superseded by #17549

@jszwedko jszwedko closed this Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: core Anything related to core crates i.e. vector-core, core-common, etc domain: sinks Anything related to the Vector's sinks domain: topology Anything related to Vector's topology code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants