-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update apm-data and remap for OTel hostmetrics to elastic metrics #13196
Changes from 1 commit
2f65826
695e5a1
fc91720
4fb93ca
b802bc7
8179c20
c3a7d88
14cc02c
19e939a
2d4b773
d80e7fd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -8,6 +8,7 @@ https://github.com/elastic/apm-server/compare/8.14\...main[View commits] | |||
|
||||
- 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] | ||||
|
||||
[float] | ||||
==== Breaking Changes | ||||
|
@@ -23,3 +24,4 @@ https://github.com/elastic/apm-server/compare/8.14\...main[View commits] | |||
|
||||
- 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] | ||||
- Enable Kibana curated UIs to work with hostmetrics from OpenTelemetry's [hostmetricsreceiver](https://pkg.go.dev/go.opentelemetry.io/collector/receiver/hostmetricsreceiver) {pull}13196[13196] | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure if this link works in asciidoc There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good catch, updated! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The update is based on apm-server/changelogs/8.5.asciidoc Line 55 in ef91669
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CC: @kruskall this is due to the new apm-data version update.