OTel trace SDK spec was update with new names for sampling decision.
- A sampling
Decision. One of the following enum values:
DROP-IsRecording() == false, span will not be recorded and all events and attributes
will be dropped.
RECORD_ONLY-IsRecording() == true, butSampledflag MUST NOT be set.
RECORD_AND_SAMPLE-IsRecording() == trueANDSampledflag` MUST be set.
There was a follow-up renaming it once again:
https://github.com/open-telemetry/opentelemetry-specification/pull/956/files
@arminru do you expect this to be "stable" at this point?
After consulting my 馃敭 I'd say yes, feel free to go ahead!
Most helpful comment
After consulting my 馃敭 I'd say yes, feel free to go ahead!