-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
feat(inputs.cisco_telemetry_mdt): Include delete field #12345
Conversation
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 @severindellsperger for your patience and the great work! I have a few minor comments in the code.
However, I want to encourage you to submit your newly created proto-go-code as a PR to the original repository at github.com/cisco-ie/nx-telemetry-proto
so we (on the Telegraf side) do not have the burden to go through those dependency changes every time a new feature is added. What do you think?
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 for your explanations @severindellsperger! I have two cosmetic suggestions for the sample.conf
but nothing to hold up this PR.
@powersj what do you think about the dependency? Should we merge as is and adapt later once there is an "official Cisco release" or should we go with the other repo?
@severindellsperger, did you ask Cisco to host the repo publicly? Have they acknowledged the request? |
|
The PR is out: cisco-ie/nx-telemetry-proto#2 |
Looks like that got landed. Thank you for doing that work! |
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.
One small improvement and please address my comments for sample.conf
.
Oh and you should run |
Co-authored-by: Sven Rebhan <[email protected]>
Co-authored-by: Sven Rebhan <[email protected]>
Co-authored-by: Sven Rebhan <[email protected]>
Co-authored-by: Sven Rebhan <[email protected]>
Co-authored-by: Sven Rebhan <[email protected]>
Co-authored-by: Sven Rebhan <[email protected]>
Co-authored-by: Sven Rebhan <[email protected]>
d560419
to
30aafef
Compare
Download PR build artifacts for linux_amd64.tar.gz, darwin_amd64.tar.gz, and windows_amd64.zip. 📦 Click here to get additional PR build artifactsArtifact URLs |
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.
Looks good to me. Thanks for keeping this going @severindellsperger!
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.
Huge thank you severindellsperger for driving this here and with cisco!
Required for all PRs
resolves #12286
Implement the logic to include the
delete
field as discussed in #12286 to support Event-Driven Telemetry (EDT).