-
Notifications
You must be signed in to change notification settings - Fork 462
contrib: peer.service
precursors for confluentinc/segmentio integrations
#1979
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
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! left some suggestions
For confluenctinc, stores value once in struct and adds checks to ensure deprecated wrapper still works For segmentio, stores value once in struct and adds benchmark confirming improvement by 100 ns/op from previous commit Fixed grammar on tag description
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.
Some nits and changes on kafkaConfig
…s formatting in segmentio tests
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!
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 making those changes!
…ations (#1979) Co-authored-by: Andrew Glaude <andrew.glaude@datadoghq.com>
What does this PR do?
-This PR sets the
peer.service
precursor for confluentinc and segementio kafka integration spans which is themessaging.kafka.bootstrap.servers
tag.-Adds according testing and other modifications to meet requirements