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
- Track all bulk request response status codes {pull}13574[13574]
15
+
- Fix a concurrent map write panic in monitoring middleware {pull}14335[14335]
16
+
- Apply shutdown timeout to http server {pull}14339[14339]
17
+
- Tail-based sampling: Fix rare gc thread failure after EA hot reload causing storage not reclaimed and stuck with "storage limit reached" {pull}13574[13574]
18
+
19
+
[float]
20
+
==== Breaking Changes
21
+
22
+
[float]
23
+
==== Deprecations
24
+
- Support for Jaeger is now deprecated, and will be removed in a future release {pull}13809[13809]
25
+
26
+
[float]
27
+
==== Intake API Changes
28
+
29
+
[float]
30
+
==== Added
31
+
32
+
- APM Server will no longer retry an HTTP request that returned 502s, 503s, 504s. It will only retry 429s. {pull}13523[13523]
33
+
- APM Server now supports emitting distributed tracing for its own operation when running under Elastic Agent, and adds support for configuring a sampling rate {pull}14231[14231]
- Support for Jaeger is now deprecated, and will be removed in a future release {pull}13809[13809]
19
11
20
12
[float]
21
13
==== Intake API Changes
22
14
23
15
[float]
24
16
==== Added
25
-
26
-
- APM Server will no longer retry an HTTP request that returned 502s, 503s, 504s. It will only retry 429s. {pull}13523[13523]
27
-
- APM Server now supports emitting distributed tracing for its own operation when running under Elastic Agent, and adds support for configuring a sampling rate {pull}14231[14231]
0 commit comments