|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +## v0.29.0 Beta |
| 6 | + |
5 | 7 | ## 🛑 Breaking changes 🛑
|
6 | 8 |
|
7 | 9 | - Rename `service.Application` to `service.Collector` (#3268)
|
8 | 10 | - Provide case sensitivity in config yaml mappings by using Koanf instead of Viper (#3337)
|
| 11 | +- Move zipkin constants to an internal package (#3431) |
| 12 | +- Disallow renaming metrics using metric relabel configs (#3410) |
| 13 | +- Move cgroup and iruntime utils from memory_limiter to internal folder (#3448) |
| 14 | +- Move model pdata interfaces to pdata, expose them publicly (#3455) |
9 | 15 |
|
10 | 16 | ## 💡 Enhancements 💡
|
11 | 17 |
|
12 | 18 | - Change obsreport helpers for scraper to use the same pattern as Processor/Exporter (#3327)
|
| 19 | +- Convert `otlptext` to implement Marshaler interfaces (#3366) |
| 20 | +- Add encoder/decoder and marshaler/unmarshaler for OTLP protobuf (#3401) |
| 21 | +- Use the new marshaler/unmarshaler in `kafka` exporter (#3403) |
| 22 | +- Convert `zipkinv2` to to/from translator interfaces (#3409) |
| 23 | +- `zipkinv1`: Move to translator and encoders interfaces (#3419) |
| 24 | +- Use the new marshaler/unmarshaler in `kafka` receiver #3402 |
| 25 | +- Change `oltp` receiver to use the new unmarshaler, avoid grpc-gateway dependency (#3406) |
| 26 | +- Use the new Marshaler in the `otlphttp` exporter (#3433) |
| 27 | +- Add grpc response struct for all signals instead of returning interface in `otlp` receiver/exporter (#3437) |
| 28 | +- `zipkinv2`: Add encoders, decoders, marshalers (#3426) |
| 29 | +- `scrapererror` receiver: Return concrete error type (#3360) |
| 30 | +- `kafka` receiver: Add metrics support (#3452) |
| 31 | +- `prometheus` receiver: |
| 32 | + - Add store to track stale metrics (#3414) |
| 33 | + - Add `up` and `scrape_xxxx` internal metrics (#3116) |
| 34 | + |
| 35 | +## 🧰 Bug fixes 🧰 |
| 36 | + |
| 37 | +- `prometheus` receiver: |
| 38 | + - Reject datapoints with duplicate label keys (#3408) |
| 39 | + - Scrapers are not stopped when receiver is shutdown (#3450) |
| 40 | +- `prometheusremotewrite` exporter: Adjust default retry settings (#3416) |
| 41 | +- `hostmetrics` receiver: Fix missing startTimestamp for `processes` scraper (#3461) |
13 | 42 |
|
14 | 43 | ## v0.28.0 Beta
|
15 | 44 |
|
|
38 | 67 | - Updated configgrpc `ToDialOptions` and confighttp `ToClient` apis to take extensions configuration map (#3340)
|
39 | 68 | - Remove `GenerateSequentialTraceID` and `GenerateSequentialSpanIDin` functions in testbed (#3390)
|
40 | 69 | - Change "grpc" to "GRPC" in configauth function/type names (#3285)
|
41 |
| -- Disallow renaming metrics using metric relabel configs (#3410) |
42 | 70 |
|
43 | 71 | ## 💡 Enhancements 💡
|
44 | 72 |
|
|
0 commit comments