Skip to content

Commit 76c9c15

Browse files
committed
Uncomment breaking change
1 parent ef93d14 commit 76c9c15

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

release-notes/breaking-changes/elastic-apm.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ To learn how to upgrade, check out <uprade docs>.
1717
% **Action**<br> Steps for mitigating deprecation impact.
1818
% ::::
1919

20-
% ## 9.0.0 [elastic-apm-900-breaking-changes]
21-
% **Release date:** March 25, 2025
20+
## 9.0.0 [elastic-apm-900-breaking-changes]
21+
**Release date:** March 25, 2025
2222

2323
% ::::{dropdown} Title of breaking change
2424
% Description of the breaking change.
@@ -27,9 +27,9 @@ To learn how to upgrade, check out <uprade docs>.
2727
% **Action**<br> Steps for mitigating deprecation impact.
2828
% ::::
2929

30-
% ::::{dropdown} Change server information endpoint `/` to only accept GET and HEAD requests
31-
% This will surface any agent misconfiguration causing data to be sent to `/` instead of the correct endpoint, e.g. `/v1/traces` for OTLP/HTTP.
32-
% For more information, check [PR #15976](https://github.com/elastic/apm-server/pull/15976).
33-
% **Impact**<br> Any methods other than GET and HEAD to `/` will return HTTP 405 Method Not Allowed.
34-
% **Action**<br> Update any existing usage of e.g. `POST /` to `GET /`.
35-
% ::::
30+
::::{dropdown} Change server information endpoint `/` to only accept GET and HEAD requests
31+
This will surface any agent misconfiguration causing data to be sent to `/` instead of the correct endpoint, e.g. `/v1/traces` for OTLP/HTTP.
32+
For more information, check [PR #15976](https://github.com/elastic/apm-server/pull/15976).
33+
**Impact**<br> Any methods other than GET and HEAD to `/` will return HTTP 405 Method Not Allowed.
34+
**Action**<br> Update any existing usage of e.g. `POST /` to `GET /`.
35+
::::

0 commit comments

Comments
 (0)