Skip to content

Release 1.50.0

Latest

Choose a tag to compare

@carlosalberto carlosalberto released this 17 Oct 14:46
· 11 commits to main since this release
b4bb23c

Traces

  • Restore TraceIdRatioBased and give it a deprecation timeline. Update recommended
    warnings based on feedback in issue #4601.
    (#4627)
  • Changes of TracerConfig.disabled MUST be eventually visible.
    (#4645)
  • Remove text related to the former expermental probability sampling specification.
    (#4673)

Metrics

  • Changes of MeterConfig.disabled MUST be eventually visible.
    (#4645)

Logs

  • Add minimum_severity and trace_based logger configuration parameters.
    (#4612)
  • Changes of LoggerConfig.disabled MUST be eventually visible.
    (#4645)

New Contributors