Skip to content

Commit 1962d7c

Browse files
authored
Release v0.13.0 (#1980)
1 parent 8286fe0 commit 1962d7c

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,34 @@
22

33
## Unreleased
44

5-
## 💡 Enhancements 💡
6-
7-
- Host Metrics receiver now reports both system.disk.io_time and system.disk.operation_time
5+
## v0.13.0 Beta
86

97
## 🛑 Breaking changes 🛑
108

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)
1424

1525
## 🧰 Bug fixes 🧰
1626

1727
- 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)
1933

2034
## v0.12.0 Beta
2135

0 commit comments

Comments
 (0)