Breaking Changes
Release 5.3.0 has hardcoded log_format and metric_format in auto-insturmentation template which essentially broke the metric ingestion via auto-instrumentation pipeline. This minor release contains the fix which changes the log_format/metric_format according to the configured sourceType.
For oltp metric.sourceType, log_format/metric_format will be set to otlp and
for http metric.sourceType, log_format:text metric_format:prometheus will be set in auto-instrumentation's metric pipeline sumologic/metrics exporter.
What's Changed
- fix: use sourceType-aware format in instrumentation metrics exporter by @dhruv-shah-sumo in #4274
Full Changelog: v5.3.0...v5.3.1