|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +## v0.12.0 Beta |
| 6 | + |
| 7 | +## 🚀 New components 🚀 |
| 8 | + |
| 9 | +- `configauth` package with the auth settings that can be used by receivers (#1807, #1808, #1809, #1810) |
| 10 | +- `perfcounters` package that uses perflib for host metrics receiver (#1835, #1836, #1868, #1869, #1870) |
| 11 | + |
| 12 | +## 💡 Enhancements 💡 |
| 13 | + |
| 14 | +- Remove `queued_retry` and enable `otlp` metrics receiver in default config (#1823, #1838) |
| 15 | +- Add `limit_percentage` and `spike_limit_percentage` options to `memorylimiter` processor (#1622) |
| 16 | +- `hostmetrics` receiver: |
| 17 | + - Collect additional labels from partitions in the filesystems scraper (#1858) |
| 18 | + - Add filters for mount point and filesystem type (#1866) |
| 19 | +- Add cloud.provider semantic conventions (#1865) |
| 20 | +- `attribute` processor: Add log support (#1783) |
| 21 | +- Deprecate OpenCensus-based internal data structures (#1843) |
| 22 | +- Introduce SpanID data type, not yet used in Protobuf messages ($1854, #1855) |
| 23 | +- Enable `otlp` trace by default in the released docker image (#1883) |
| 24 | +- `tailsampling` processor: Combine batches of spans into a single batch (#1864) |
| 25 | +- `filter` processor: Update to use pdata (#1885) |
| 26 | +- Allow MSI upgrades (#1914) |
| 27 | + |
| 28 | +## 🧰 Bug fixes 🧰 |
| 29 | + |
| 30 | +- `prometheus` receiver: Print a more informative message about 'up' metric value (#1826) |
| 31 | +- Use custom data type and custom JSON serialization for traceid (#1840) |
| 32 | +- Skip creation of redundant nil resource in translation from OC if there are no combined metrics (#1803) |
| 33 | +- `tailsampling` processor: Only send to next consumer once (#1735) |
| 34 | +- Report Windows pagefile usage in bytes (#1837) |
| 35 | +- Fix issue where Prometheus SD config cannot be parsed (#1877) |
| 36 | + |
5 | 37 | ## v0.11.0 Beta
|
6 | 38 |
|
7 | 39 | ## 🛑 Breaking changes 🛑
|
|
0 commit comments