Skip to content

Commit ef93d14

Browse files
committed
Add changelog to breaking change
1 parent c9ba9e2 commit ef93d14

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,11 @@ To learn how to upgrade, check out <uprade docs>.
2525
% For more information, check [PR #](PR link).
2626
% **Impact**<br> Impact of the breaking change.
2727
% **Action**<br> Steps for mitigating deprecation impact.
28-
% ::::
28+
% ::::
29+
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)