Kazimieras Pociunas

Results 7 comments of Kazimieras Pociunas

@jack-berg @jkwatson - I would like to try solving this if thats ok :)

> correct it should be fixed in OTEL SDK I was debugging this over the weekend and to me it seems the issue is with jaeger not returning probablistic operation...

Just a small update - after updating jaeger to return the operation level default probablistic sampling strategies for ratelimiting service level sampling strategy configurations - the issue can't be reproduced...

This should work out of the box with next release of Jaeger, provided flag `sampling.strategies.bugfix-5270` is used when launching it. Since the fix might result in unexpected impact to the...

Sorry, I'll try to elaborate. I originally wanted to solve an issue in OpenTelemetry SDK - https://github.com/open-telemetry/opentelemetry-java/issues/5504, which used the following strategies_sampling.json: ``` { "service_strategies": [ { "service": "foobar", "type":...

I pretty much got similar impression, hence the comment in the original description on the possible "breaking of contract". The possibility of this having an unintended consequences is definitely worth...