Skip to content

Commit d93c9d2

Browse files
authored
Release v0.25.0 (#2969)
1 parent 9b382e6 commit d93c9d2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## v0.25.0 Beta
6+
57
## 🛑 Breaking changes 🛑
68

79
- Rename ForEach (in pdata) with Range to be consistent with sync.Map (#2931)
@@ -17,11 +19,30 @@
1719
- Rename `processorhelper.NewTraceProcessor` to `processorhelper.NewTracesProcessor` (#2935)
1820
- Rename `exporterhelper.NewTraceExporter` to `exporterhelper.NewTracesExporter` (#2937)
1921
- Remove InitEmptyWithCapacity, add EnsureCapacity and Clear (#2845)
22+
- Rename traces methods/objects to include Traces in Kafka receiver (#2966)
2023

2124
## 💡 Enhancements 💡
2225

2326
- Add `validatable` interface with `Validate()` to all `config.<component>` (#2898)
2427
- 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)
2546

2647
## v0.24.0 Beta
2748

0 commit comments

Comments
 (0)