Opentelemetry-go: Update sampling decision names for spec update

Created on 17 Sep 2020  路  3Comments  路  Source: open-telemetry/opentelemetry-go

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, but Sampled flag MUST NOT be set.

    • RECORD_AND_SAMPLE - IsRecording() == true AND Sampled flag` MUST be set.

trace help wanted SDK p1 required-for-ga

Most helpful comment

After consulting my 馃敭 I'd say yes, feel free to go ahead!

All 3 comments

@arminru do you expect this to be "stable" at this point?

After consulting my 馃敭 I'd say yes, feel free to go ahead!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rakyll picture rakyll  路  8Comments

kyleconroy picture kyleconroy  路  6Comments

moorara picture moorara  路  3Comments

Aneurysm9 picture Aneurysm9  路  4Comments

MrAlias picture MrAlias  路  4Comments