|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +## v0.15.0 Beta |
| 6 | + |
5 | 7 | ## π Breaking changes π |
6 | 8 |
|
7 | 9 | - Remove legacy metrics, they were marked as legacy for ~12 months #2105 |
8 | 10 |
|
9 | 11 | ## π‘ Enhancements π‘ |
10 | 12 |
|
| 13 | +- Implement conversion between OpenCensus and OpenTelemetry Summary Metric (#2048) |
| 14 | +- Add ability to generate non nullable messages (#2005) |
| 15 | +- Implement Summary Metric in Prometheus RemoteWrite Exporter (#2083) |
| 16 | +- Add `resource_to_telemetry_conversion` to exporter helper expose exporter settings (#2060) |
| 17 | +- Add `CustomRoundTripper` function to httpclientconfig (#2085) |
| 18 | +- Allow for more logging options to be passed to `service` (#2132) |
| 19 | +- Add config parameters for `jaeger` receiver (#2068) |
| 20 | +- Map unset status code for `jaegar` translator as per spec (#2134) |
| 21 | +- Add more trace annotations to the queue-retry logic (#2136) |
| 22 | +- Add config settings for component telemetry (#2148) |
| 23 | +- Use net.SplitHostPort for IPv6 support in `prometheus` receiver (#2154) |
11 | 24 | - Add --log-format command line option (default to "console") #2177. |
12 | 25 |
|
| 26 | +## π§° Bug fixes π§° |
| 27 | + |
| 28 | +- `logging` exporter: Add Logging for Summary Datapoint (#2084) |
| 29 | +- `hostmetrics` receiver: use correct TCP state labels on Unix systems (#2087) |
| 30 | +- Fix otlp_log receiver wrong use of trace measurement (#2117) |
| 31 | +- Fix "process/memory/rss" metric units (#2112) |
| 32 | +- Fix "process/cpu_seconds" metrics (#2113) |
| 33 | +- Add check for nil logger in exporterhelper functions (#2141) |
| 34 | +- `prometheus` receiver: |
| 35 | + - Upgrade Prometheus version to fix race condition (#2121) |
| 36 | + - Fix the scraper/discover manager coordination (#2089) |
| 37 | + - Fix panic when adjusting buckets (#2168) |
| 38 | + |
13 | 39 | ## v0.14.0 Beta |
14 | 40 |
|
15 | 41 | ## π New components π |
|
0 commit comments