-
Notifications
You must be signed in to change notification settings - Fork 5
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
Populate message key in kafka-exporter #10
Comments
by currently do you mean when using the OpenCensus service or this collector? |
OC collector |
Alright so this is a new feature request. I thought there is a regression between OC kafka exporter and OTEL collector. |
Would it be enough to use the TraceID without tenant as the key? The kafka exporter code is in OTEL collector. Adding traceID as a key might seem feasible, however the collector upstream does not have a concept of tenantID. |
yeah, tenant_id feels more like a non hypertrace concern. |
Currently the paltform receives messages with key as null, can the collector set the key as
TenantId (default value in case it is not set) + TraceId
instead (similar to https://github.com/hypertrace/hypertrace-ingester/blob/main/span-normalizer/span-normalizer/src/main/java/org/hypertrace/core/spannormalizer/jaeger/JaegerSpanToAvroRawSpanTransformer.java#L50).cc @jcchavezs @buchi-busireddy @kotharironak
The text was updated successfully, but these errors were encountered: