You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/breaking-changes.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,38 +15,45 @@ products:
15
15
16
16
Breaking changes can impact your Elastic applications, potentially disrupting normal operations. Before you upgrade, carefully review the Elastic Distribution of OpenTelemetry breaking changes and take the necessary steps to mitigate any issues.
17
17
18
-
% ## Next version [edot-X.X.X-breaking-changes]
18
+
% ## Next version [edot-node-X.X.X-breaking-changes]
19
19
20
20
% Use the following template to add entries to this document.
21
21
22
22
% TEMPLATE START
23
23
% $$$kibana-PR_NUMBER$$$
24
-
% ::::{dropdown} Title of breaking change
24
+
% ::::{dropdown} Title of breaking change
25
25
% Description of the breaking change.
26
26
% **Impact**<br> Impact of the breaking change.
27
27
% **Action**<br> Steps for mitigating impact.
28
28
% Refer to [PR #](PR link).
29
29
% ::::
30
30
% TEMPLATE END
31
31
32
-
% 1. Copy and edit the template in the right area section of this file. Most recent entries should be at the top of the section.
33
-
% 2. Edit the anchor ID ($$$kibana-PR_NUMBER$$$) of the template with the correct PR number to give the entry a unique URL.
32
+
% 1. Copy and edit the template in the right area section of this file. Most recent entries should be at the top of the section.
33
+
% 2. Edit the anchor ID ($$$kibana-PR_NUMBER$$$) of the template with the correct PR number to give the entry a unique URL.
34
34
% 3. Don't hardcode the link to the new entry. Instead, make it available through the doc link service files:
% 4. You can then call the link from any Kibana code. For example: `href: docLinks.links.upgradeAssistant.id`
43
43
% Check https://docs.elastic.dev/docs/kibana-doc-links (internal) for more details about the Doc links service.
44
44
45
+
## Next [edot-node-next-breaking-changes]
46
+
47
+
::::{dropdown} Change usage of "redis-4" to "redis" in `OTEL_NODE_ENABLED_INSTRUMENTATIONS` and `OTEL_NODE_DISABLED_INSTRUMENTATIONS`
48
+
49
+
Support for instrumenting `redis` version 4 has moved from `@opentelemetry/instrumentation-redis-4` to `@opentelemetry/instrumentation-redis`. If you are using the `OTEL_NODE_ENABLED_INSTRUMENTATIONS` or `OTEL_NODE_DISABLED_INSTRUMENTATIONS` environment variables to control instrumentation of `redis@4` you will need to change from using "redis-4" to "redis".
50
+
::::
51
+
45
52
## 1.1.0
46
53
47
54
::::{dropdown} AWS SDK v2 instrumentation has been dropped
48
55
49
-
Refer to the [opentelemetry-instrumentation-aws-sdk release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/plugins/node/opentelemetry-instrumentation-aws-sdk/CHANGELOG.md#0510-2025-04-08). The `aws.region` span attribute has been changed to `cloud.region`.
56
+
Refer to the [opentelemetry-instrumentation-aws-sdk release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/plugins/node/opentelemetry-instrumentation-aws-sdk/CHANGELOG.md#0510-2025-04-08). The `aws.region` span attribute has been changed to `cloud.region`.
50
57
51
58
Refer to [Issue #814](https://github.com/elastic/elastic-otel-node/pull/814) and [Issue #788](https://github.com/elastic/elastic-otel-node/pull/788).
Copy file name to clipboardExpand all lines: docs/release-notes/index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,10 @@ To check for security updates, go to [Security announcements for the Elastic sta
39
39
40
40
### Fixes [edot-node-next-fixes]
41
41
42
+
### Chores [edot-node-next-chores]
43
+
44
+
- Support for instrumenting `redis` version 4 has moved from `@opentelemetry/instrumentation-redis-4` to `@opentelemetry/instrumentation-redis`. If you are using the `OTEL_NODE_ENABLED_INSTRUMENTATIONS` or `OTEL_NODE_DISABLED_INSTRUMENTATIONS` environment variables to control instrumentation of `redis@4` you will need to change from using "redis-4" to "redis".
0 commit comments