File tree 1 file changed +23
-3
lines changed
1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## v0.16.0 Beta
6
+
7
+ ## 🛑 Breaking changes 🛑
8
+
9
+ - Rename Push functions to be consistent across signals in ` exporterhelper ` (#2203 )
10
+
5
11
## 💡 Enhancements 💡
6
12
7
- - ` kafka ` exporter: Add support for exporting metrics as otlp Protobuf. #1966
13
+ - Change default OTLP/gRPC port number to 4317, also continue receiving on legacy port
14
+ 55680 during transition period (#2104 ).
15
+ - ` kafka ` exporter: Add support for exporting metrics as otlp Protobuf. (#1966 )
16
+ - Move scraper helpers to its own ` scraperhelper ` package (#2185 )
17
+ - Add ` componenthelper ` package to help build components (#2186 )
18
+ - Remove usage of custom init/stop in ` scraper ` and use start/shutdown from ` component ` (#2193 )
19
+ - Add more trace annotations, so zpages are more useful to determine failures (#2206 )
20
+ - Add support to skip TLS verification (#2202 )
21
+ - Expose non-nullable metric types (#2208 )
22
+ - Expose non-nullable elements from slices of pointers (#2200 )
23
+
24
+ ## 🧰 Bug fixes 🧰
25
+
26
+ - Change InstrumentationLibrary to be non-nullable (#2196 )
27
+ - Add support for slices to non-pointers, use non-nullable AnyValue (#2192 )
28
+ - Fix ` --set ` flag to work with ` {} ` in configs (#2162 )
29
+
8
30
## v0.15.0 Beta
9
31
10
32
## 🛑 Breaking changes 🛑
25
47
- Add config settings for component telemetry (#2148 )
26
48
- Use net.SplitHostPort for IPv6 support in ` prometheus ` receiver (#2154 )
27
49
- Add --log-format command line option (default to "console") #2177 .
28
- - Change default OTLP/gRPC port number to 4317, also continue receiving on legacy port
29
- 55680 during transition period (#2104 ).
30
50
31
51
## 🧰 Bug fixes 🧰
32
52
You can’t perform that action at this time.
0 commit comments