Opentelemetry-java: Implement the ALWAYS_PARENT sampler

Created on 16 Apr 2020  路  5Comments  路  Source: open-telemetry/opentelemetry-java

Most helpful comment

Spec needs to be updated to say what should happen if there is no parent (I think technically it says now that the sampled flag should be "false" then, but I wonder if that fits the name). Related https://github.com/open-telemetry/opentelemetry-specification/issues/492

All 5 comments

Spec needs to be updated to say what should happen if there is no parent (I think technically it says now that the sampled flag should be "false" then, but I wonder if that fits the name). Related https://github.com/open-telemetry/opentelemetry-specification/issues/492

I think the specs is clear, it says if it has a parent and parent is sampled then true otherwise false. I am not sure what is the confusion.

I think I got the confusion and opened a PR in specs.

closing by #1444 .

Was this page helpful?
0 / 5 - 0 ratings