|
2 | 2 |
|
3 | 3 | <!-- next version --> |
4 | 4 |
|
| 5 | +## 0.122.0 |
| 6 | + |
| 7 | +### 🛑 Breaking changes 🛑 |
| 8 | + |
| 9 | +- `auto-instrumentation`: Update recommended resource attributes to match the [semantic conventions](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/non-normative/k8s-attributes.md) (#3797) |
| 10 | + This change updates the recommended resource attributes to match the [semantic conventions](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/non-normative/k8s-attributes.md). |
| 11 | + The following attributes have been updated: |
| 12 | + - `service.version` now uses the docker image digest in addition to the tag |
| 13 | + - the well-known label `app.kubernetes.io/part-of` for `service.namespace` has been removed |
| 14 | + - the well-known label `app.kubernetes.io/instance` has been added (translates to `service.name`) |
| 15 | + - `service.namespace` now also uses the Kubernetes namespace name (if `resource.opentelemetry.io/service.namespace` is not set) |
| 16 | + |
| 17 | + **You can do the following to avoid breaking changes**: |
| 18 | + - `service.version`: Set the version explicitly using `resource.opentelemetry.io/service.version` |
| 19 | + (not recommended, the version has only been made more specific) |
| 20 | + - `service.namespace`: Set the namespace explicitly using `resource.opentelemetry.io/service.namespace` - |
| 21 | + or just rely on the Kubernetes namespace name, which is now the default |
| 22 | + - `service.name`: If you have enabled `useLabelsForResourceAttributes`: |
| 23 | + Set the name explicitly using `resource.opentelemetry.io/service.name` if `app.kubernetes.io/instance` is used for another purpose |
| 24 | + |
| 25 | + |
| 26 | +### 💡 Enhancements 💡 |
| 27 | + |
| 28 | +- `target allocator`: Specific changes on CRD, Manifest, Controller, etc to allow specifying value for collector grace period (#3781) |
| 29 | +- `auto-instrumentation`: Increase default instrumentation memory limit to 256Mi (#3479) |
| 30 | + |
| 31 | +### 🧰 Bug fixes 🧰 |
| 32 | + |
| 33 | +- `collector`: Fix the default configuration for the internal metrics endpoint (#3730) |
| 34 | +- `collector`: Set the default endpoint to 0.0.0.0:13133 for the collector health check extension (#3825, #3688) |
| 35 | + |
| 36 | +### Components |
| 37 | + |
| 38 | +* [OpenTelemetry Collector - v0.122.1](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.122.1) |
| 39 | +* [OpenTelemetry Contrib - v0.122.1](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.122.1) |
| 40 | +* [Java auto-instrumentation - v1.33.6](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.33.6) |
| 41 | +* [.NET auto-instrumentation - v1.2.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.2.0) |
| 42 | +* [Node.JS - v0.56.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.56.0) |
| 43 | +* [Python - v0.51b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.51b0) |
| 44 | +* [Go - v0.19.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.19.0-alpha) |
| 45 | +* [ApacheHTTPD - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4) |
| 46 | +* [Nginx - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4) |
| 47 | + |
5 | 48 | ## 0.121.0 |
6 | 49 |
|
7 | 50 | ### 🛑 Breaking changes 🛑 |
|
0 commit comments