-
Notifications
You must be signed in to change notification settings - Fork 987
add the headers capture feature to Kafka 2.6 interceptors #14290
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
Changes from 2 commits
da4b118
aef5119
a474d87
587cb64
e482dd5
ed6ed7a
c973fae
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
description: > | ||
This instrumentation provides a library integeration that enables messaging spans and metrics for Apache Kafka 2.6+ clients. | ||
This instrumentation provides both library and wrapper integrations that enable messaging spans and metrics for Apache Kafka 2.6+ clients. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. By There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @laurit The word “wrapper” felt out of place since it wasn’t used anywhere in any metadata.yaml, so I agree it should be removed. |
||
configurations: | ||
- name: otel.instrumentation.messaging.experimental.capture-headers | ||
description: A comma-separated list of header names to capture as span attributes. | ||
type: list | ||
default: '' | ||
- name: otel.instrumentation.messaging.experimental.receive-telemetry.enabled | ||
description: Enables experimental receive telemetry for Kafka instrumentation. | ||
jaydeluca marked this conversation as resolved.
Show resolved
Hide resolved
|
||
type: boolean | ||
default: false |
Uh oh!
There was an error while loading. Please reload this page.