Skip to content

Release 1.52.0

Latest

Choose a tag to compare

@carlosalberto carlosalberto released this 12 Dec 17:20
bc8e28c

Context

  • Make the W3C randomness flag required.
    (#4761)

Traces

  • Deprecate Zipkin exporter document and make exporter implementation optional.
    (#4715)
  • Add spec for AlwaysRecord sampler
    (#4699)

Metrics

  • Stabilize Enabled API for synchronous instruments.
    (#4746)
  • Allow instrument Enabled implementation to have additional optimizations and features.
    (#4747)

Logs

  • Stabilize LogRecordProcessor.Enabled.
    (#4717)

SDK Configuration

  • Clarifies that guidance related to boolean environment variables is not applicable
    to other configuration interfaces. (#4723)

New Contributors