|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +## v0.25.0 Beta |
| 6 | + |
5 | 7 | ## 🛑 Breaking changes 🛑 |
6 | 8 |
|
7 | 9 | - Rename ForEach (in pdata) with Range to be consistent with sync.Map (#2931) |
|
17 | 19 | - Rename `processorhelper.NewTraceProcessor` to `processorhelper.NewTracesProcessor` (#2935) |
18 | 20 | - Rename `exporterhelper.NewTraceExporter` to `exporterhelper.NewTracesExporter` (#2937) |
19 | 21 | - Remove InitEmptyWithCapacity, add EnsureCapacity and Clear (#2845) |
| 22 | +- Rename traces methods/objects to include Traces in Kafka receiver (#2966) |
20 | 23 |
|
21 | 24 | ## 💡 Enhancements 💡 |
22 | 25 |
|
23 | 26 | - Add `validatable` interface with `Validate()` to all `config.<component>` (#2898) |
24 | 27 | - add the empty `Validate()` implementation for all component configs |
| 28 | +- **Experimental**: Add a config source manager that wraps the interaction with config sources (#2857, #2903, #2948) |
| 29 | +- `kafka` exporter: Key jaeger messages on traceid (#2855) |
| 30 | +- `scraperhelper`: Don't try to count metrics if scraper returns an error (#2902) |
| 31 | +- Extract ConfigFactory in a ParserProvider interface (#2868) |
| 32 | +- `prometheus` exporter: Allows Summary metrics to be exported to Prometheus (#2900) |
| 33 | +- `prometheus` receiver: Optimize `dpgSignature` function (#2945) |
| 34 | +- `kafka` receiver: Add logs support (#2944) |
| 35 | + |
| 36 | +## 🧰 Bug fixes 🧰 |
| 37 | + |
| 38 | +- `prometheus` receiver: |
| 39 | + - Treat Summary and Histogram metrics without "_sum" counter as valid metric (#2812) |
| 40 | + - Add `job` and `instance` as well-known labels (#2897) |
| 41 | +- `prometheusremotewrite` exporter: |
| 42 | + - Sort Sample by Timestamp to avoid out of order errors (#2941) |
| 43 | + - Remove incompatible queued retry (#2951) |
| 44 | +- `kafka` receiver: Fix data race with batchprocessor (#2957) |
| 45 | +- `jaeger` receiver: Jaeger agent should not report ErrServerClosed (#2965) |
25 | 46 |
|
26 | 47 | ## v0.24.0 Beta |
27 | 48 |
|
|
0 commit comments