Highlights
- Flexible AWS credentials support, see docs for more info
- Fix X-Ray exporter when sending large trace span batches
- Fix parsing envvars that contained only numbers or bools
- Fix exporter shutdown of internal metrics pipeline
- Next phase of the msg acknowledgement foundation
What's Changed
- Skip internal metrics if not enabled by @mheffner in #216
- Fix JsonExporter test by @mheffner in #217
- Fix CW OTLP docs by @mheffner in #221
- Message Acknowledgement support from Pipeline->Receivers by @rjenkins in #222
- Incorporate AWS SDK config for greater IAM support by @mheffner in #215
- Split xray batches at the exporter by @mheffner in #219
- Support numbers/bools as strings by @mheffner in #220
Full Changelog: v0.0.1-alpha32...v0.0.1-alpha33