Srikanth Chekuri
Srikanth Chekuri
> I think it would be better to separate our semantic conventions code in a different repo so that we have an opentelemetry-semantic-conventions package that follows the releases of the...
Isn't the idea behind `schema_url` about the ability for applications to use multiple sematic conv versions? How would it be possible if there is a separate package for each version?
This was originally pinned to strict version but later another contributed made the wide range of acceptable version because their project uses the 2.0. I would rather encourage you to...
@Yamakaky Please add tests
@Yamakaky we are planning on releasing `1.13`/`0.34b0` this week or early next week. Please address the comments and get this merged if you would like to see this included in...
You could pin it to `1.11.1` so pip doesn't install `2.x`.
>After using code as mentioned https://github.com/open-telemetry/opentelemetry-js/issues/2458#issuecomment-913849614 using W3CTraceContextPropagator am unable to get the span under the same traceid. Is this even possible with Signoz? Do you have a sample application...
>But I can not extract the parent context in service B What is the issue you are facing while extracting the context? Is the propagator (from SDK) not working or...
Which propagator are you using? All the propagators provided by SDK work. You could still propagate span context even when you are using gRPC with metadata headers. You first serialize...