|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
5 | | -## 💡 Enhancements 💡 |
6 | | - |
7 | | -- Host Metrics receiver now reports both system.disk.io_time and system.disk.operation_time |
| 5 | +## v0.13.0 Beta |
8 | 6 |
|
9 | 7 | ## 🛑 Breaking changes 🛑 |
10 | 8 |
|
11 | | -- Host metric system.disk.time renamed to system.disk.operation_time |
12 | | -- Use consumer for sender interface, remove unnecessary receiver address from Runner #1941 |
13 | | -- Enable sending queue by default in all exporters configured to use it #1924 |
| 9 | +- Host metric `system.disk.time` renamed to `system.disk.operation_time` (#1887) |
| 10 | +- Use consumer for sender interface, remove unnecessary receiver address from Runner (#1941) |
| 11 | +- Enable sending queue by default in all exporters configured to use it (#1924) |
| 12 | +- Removed `groupbytraceprocessor` (#1891) |
| 13 | +- Remove ability to configure collection interval per scraper (#1947) |
| 14 | + |
| 15 | +## 💡 Enhancements 💡 |
| 16 | + |
| 17 | +- Host Metrics receiver now reports both `system.disk.io_time` and `system.disk.operation_time` (#1887) |
| 18 | +- Match spans against the instrumentation library and resource attributes (#928) |
| 19 | +- Add `receiverhelper` for creating flexible "scraper" metrics receiver (#1886, #1890, #1945, #1946) |
| 20 | +- Migrate `tailsampling` processor to new OTLP-based internal data model and add Composite Sampler (#1894) |
| 21 | +- Metadata Generator: Change Metrics fields to implement an interface with new methods (#1912) |
| 22 | +- Add unmarshalling for `pdata.Traces` (#1948) |
| 23 | +- Add debug-level message on error for `jaeger` exporter (#1964) |
14 | 24 |
|
15 | 25 | ## 🧰 Bug fixes 🧰 |
16 | 26 |
|
17 | 27 | - Fix bug where the service does not correctly start/stop the log exporters (#1943) |
18 | | -- Fix Queued Retry Unusable without Batch Processor (#1813) - #1930 |
| 28 | +- Fix Queued Retry Unusable without Batch Processor (#1813) - (#1930) |
| 29 | +- `prometheus` receiver: Log error message when `process_start_time_seconds` gauge is missing (#1921) |
| 30 | +- Fix trace jaeger conversion to internal traces zero time bug (#1957) |
| 31 | +- Fix panic in otlp traces to zipkin (#1963) |
| 32 | +- Fix OTLP/HTTP receiver's path to be /v1/traces (#1979) |
19 | 33 |
|
20 | 34 | ## v0.12.0 Beta |
21 | 35 |
|
|
0 commit comments