Highlights
- New AWS EMF exporter to send metrics to Cloudwatch
- clickhouse-ddl supports Null table engine
- Better align Clickhouse JSON DDL for traces/logs with OTEL collector, drop extra timestamp col
- Bug: Fix replaying chunks during retry for Clickhouse
What's Changed
- Add Docker image info for processor builds by @rjenkins in #151
- Add additional depencies to DEVELOPING.md by @rjenkins in #152
- Move drain methods into impl by @mheffner in #155
- Combine retry implementations by @mheffner in #153
- Add result finalizer by @mheffner in #156
- Add support for metrics in prebuilt processors by @rjenkins in #158
- Support Null table engine DDL by @mheffner in #162
- Add initial AWS EMF exporter support by @mheffner in #160
- Reduce clones in DD exporter by @mheffner in #163
- Support multiple receivers and stub out Kafka receiver config by @rjenkins in #168
- Drop additional timestamp col in json logs by @mheffner in #165
- Replay CH chunks on failure by @mheffner in #167
Full Changelog: v0.0.1-alpha25...v0.0.1-alpha26