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
+2-16Lines changed: 2 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,11 @@ products:
15
15
16
16
Breaking changes can impact your applications, potentially disrupting normal operations and their monitoring. Before you upgrade, carefully review the Elastic Distribution of OpenTelemetry Java 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-java-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
-
% $$$kibana-PR_NUMBER$$$
24
23
% ::::{dropdown} Title of breaking change
25
24
% Description of the breaking change.
26
25
% **Impact**<br> Impact of the breaking change.
@@ -29,17 +28,4 @@ Breaking changes can impact your applications, potentially disrupting normal ope
29
28
% ::::
30
29
% TEMPLATE END
31
30
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
-
% 3. Don't hardcode the link to the new entry. Instead, make it available through the doc link service files:
Copy file name to clipboardExpand all lines: docs/release-notes/deprecations.md
+2-16Lines changed: 2 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,11 @@ Over time, certain Elastic functionality becomes outdated and is replaced or rem
17
17
18
18
Review the deprecated functionality for Elastic Distribution of OpenTelemetry Java. While deprecations have no immediate impact, we strongly encourage you update your implementation after you upgrade. To learn how to upgrade, check out [Upgrade](docs-content://deploy-manage/upgrade.md).
19
19
20
-
% ## Next version [edot-X.X.X-deprecations]
20
+
% ## Next version [edot-java-X.X.X-deprecations]
21
21
22
22
% Use the following template to add entries to this document.
23
23
24
24
% TEMPLATE START
25
-
% $$$kibana-PR_NUMBER$$$
26
25
% ::::{dropdown} Deprecation title
27
26
% Description of the deprecation.
28
27
% **Impact**<br> Impact of the deprecation.
@@ -31,17 +30,4 @@ Review the deprecated functionality for Elastic Distribution of OpenTelemetry Ja
31
30
% ::::
32
31
% TEMPLATE END
33
32
34
-
% 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.
35
-
% 2. Edit the anchor ID ($$$kibana-PR_NUMBER$$$) of the template with the correct PR number to give the entry a unique URL.
36
-
% 3. Don't hardcode the link to the new entry. Instead, make it available through the doc link service files:
Copy file name to clipboardExpand all lines: docs/release-notes/index.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,17 +19,17 @@ To check for security updates, go to [Security announcements for the Elastic sta
19
19
20
20
% Release notes include only features, enhancements, and fixes. Add breaking changes, deprecations, and known issues to the applicable release notes sections.
21
21
22
-
% ## version.next [kibana-X.X.X-release-notes]
22
+
% ## version.next [edot-java-X.X.X-release-notes]
23
23
24
-
% ### Features and enhancements [kibana-X.X.X-features-enhancements]
24
+
% ### Features and enhancements [edot-java-X.X.X-features-enhancements]
25
25
% *
26
26
27
-
% ### Fixes [kibana-X.X.X-fixes]
27
+
% ### Fixes [edot-java-X.X.X-fixes]
28
28
% *
29
29
30
-
## 1.4.1
30
+
## 1.4.1[edot-java-1.4.1-release-notes]
31
31
32
-
### Fixes
32
+
### Fixes[edot-java-1.4.1-fixes]
33
33
34
34
* Fixed `otel.exporter.otlp.metrics.temporality.preference` config option having no effect.
35
35
@@ -40,9 +40,9 @@ This release is based on the following upstream versions:
### Features and enhancements[edot-java-1.4.0-features-enhancements]
46
46
47
47
* Switched the default of `otel.exporter.otlp.metrics.temporality.preference` from `CUMULATIVE` to `DELTA` to improve dashboarding experience with Kibana. If you want to restore the previous behaviour, you can manually override `otel.exporter.otlp.metrics.temporality.preference` to `CUMULATIVE` via JVM-properties or environment variables.
48
48
* Set elastic-specific User-Agent header for OTLP exporters.
@@ -56,9 +56,9 @@ This release is based on the following upstream versions:
0 commit comments