-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update
FlushBytes
parsing/defaults (#13576)
Updates the `FlushBytes` setting to default to 1 mib and only override to 24kb if the user has explicitly set it to 24kb. Fixes #13024 --------- Signed-off-by: Marc Lopez Rubio <[email protected]> (cherry picked from commit a453a88) # Conflicts: # changelogs/head.asciidoc # internal/beater/beater.go
- Loading branch information
1 parent
39420cb
commit 99e7bdd
Showing
3 changed files
with
175 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[[release-notes-head]] | ||
== APM version HEAD | ||
|
||
https://github.com/elastic/apm-server/compare/8.14\...main[View commits] | ||
|
||
[float] | ||
==== Bug fixes | ||
|
||
- Avoid data race due to reuse of `bytes.Buffer` in ES bulk requests {pull}13155[13155] | ||
- APM Server now relies on the Elasticsearch apm-data plugin's index templates, which reverts some unsafe uses of `flattened` field types {pull}12066[12066] | ||
- Add `error.id` to jaeger errors {pull}13196[13196] | ||
- Fix a performance regression for apm servers which don't specify `output.elasticsearch.flush_bytes` {pull}13576[13576] | ||
|
||
[float] | ||
==== Breaking Changes | ||
|
||
[float] | ||
==== Deprecations | ||
|
||
[float] | ||
==== Intake API Changes | ||
|
||
[float] | ||
==== Added | ||
|
||
- Add `elasticsearch.flushed.uncompressed.bytes` metric {pull}13155[13155] | ||
- APM Server now relies on the Elasticsearch apm-data plugin's index templates, removing the requirement to install the APM integration package {pull}12066[12066] | ||
- Upgraded bundled APM Java agent attacher CLI to version 1.50.0 {pull}13326[13326] | ||
- Enable Kibana curated UIs to work with hostmetrics from OpenTelemetry's https://pkg.go.dev/go.opentelemetry.io/collector/receiver/hostmetricsreceiver[hostmetricsreceiver] {pull}13196[13196] | ||
- Add require data stream to bulk index requests {pull}13398[13398] | ||
- Support self-instrumentation when in managed mode by getting tracing configs via reloader {pull}13514[13514] | ||
- Add mapping for OpenTelemetry attribute `messaging.destination.name` to derive `service.target` correctly {pull}13472[13472] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters