-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
could kafka export hash parittion #12318
Comments
Yes, I also do tail sampling in kafka consumers, so I modified kafka exporter |
Pinging code owners: @pavolloffay @MovieStoreGuy. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
I think that issue is more than relevant. |
@CoderPoet maybe you could propose a PR so all the community could benefit from it? |
I would love to have this feature in, but I am limited in my time to contribute and spend validating the fix. If @CoderPoet already has something that exists, that be awesome to see as an addition to the component. I know there is conversations of using something like OTTL to define the keyed topic which would provide some benefits. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
opened slack message at cloud-native : |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Open PR to resolve this issue: #29660 |
**Description:** Adds the `partition_traces_by_id` option to configuration which defaults to false. When set to true, it sets the [message key](https://www.geeksforgeeks.org/apache-kafka-message-keys/) on trace messages to a hexadecimal string representing the trace ID. **Link to tracking Issue:** #12318 **Testing:** Refined current unit tests to cover new capabilities. Config test now covers the `partition_traces_by_id` option. `marshaler_test.go` now tests both partitioned and non-partitioned cases. **Documentation:** Updated the README to include the new `partition_traced_by_id` option in the section describing optional configuration items.
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
Is your feature request related to a problem? Please describe.
feature: we need kafka has hash parition use TraceId Key so that we can support mutiple consumer use tail_sampling
Describe the solution you'd like
cause consumer use tail_sampling, so the same traceId must consumer in the same collector
Describe alternatives you've considered
add some config for kafka product, add hash_product
The text was updated successfully, but these errors were encountered: