Skip to content

Commit 41f4113

Browse files
authored
Merge pull request #4052 from dedemorton/backport/7.9/pr-4042
[7.9][docs] Add 7.9 release highlights (#4042)
2 parents 66837f6 + 8323208 commit 41f4113

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

changelogs/7.9.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ https://github.com/elastic/apm-server/compare/v7.8.0\...v7.9.0[View commits]
1919
[float]
2020
==== Added
2121
* Support configurable response headers for the RUM endpoints {pull}3820[3820]
22-
* Support custom ILM index suffix {pull}3826[3826],{pull}3905[3905]
22+
* Support custom ILM index suffix {pull}3826[3826], {pull}3905[3905]
2323
* Jaeger traceIds/spanIds are formatted without leading zeros {pull}3849[3849]
2424
* Index Page URL and referer as ECS fields {pull}3857[3857]
2525
* Map the Jaeger attribute message_bus.destination to the Elastic APM type messaging {pull}3884[3884]

docs/guide/apm-release-notes.asciidoc

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,32 @@ For a full list of changes, see the
3434
=== APM version 7.9.0
3535

3636
// tag::notable-v79-highlights[]
37-
// Coming soon...
37+
OpenTelemetry integration::
38+
39+
Elastic’s OpenTelemetry integration allows you to reuse your existing OpenTelemetry instrumentation to quickly analyze distributed traces and metrics with the Elastic Stack.
40+
+
41+
Elastic’s integration is designed to drop right into your current OpenTelemetry setup. We’ve done this by extending the "contrib" OpenTelemetry collector and adding an Elastic exporter. This exporter translates the OpenTelemetry trace data collected from your services to Elastic’s protocol, before sending the data to the Elastic Stack. By extending the OpenTelemetry collector, no changes are needed in your instrumented services in order to begin using the Elastic Stack.
42+
+
43+
[role="screenshot"]
44+
image::images/open-telemetry-elastic-arch.png[OpenTelemetry Elastic architecture diagram]
45+
+
46+
See {apm-overview-ref-v}/open-telemetry-elastic.html[OpenTelemetry integration]
47+
for more information.
48+
49+
Machine learning integration improvements::
50+
51+
The Machine learning integration initiates a new job predefined to calculate anomaly scores on APM transaction durations.
52+
With this integration, you can quickly pinpoint anomalous transactions and see the health of
53+
any upstream and downstream services.
54+
+
55+
In previous releases, machine learning jobs were initiated at the service level.
56+
In 7.9, we've moved jobs to the environment level—this means any new services added to your architecture will automatically be able to take advantage of preexisting machine learning jobs without any additional configuration.
57+
+
58+
[role="screenshot"]
59+
image::images/7.8-service-map-anomaly.png[APM Service maps]
60+
+
61+
See {kibana-ref}/machine-learning-integration.html[machine learning integration] for more information.
62+
3863
// end::notable-v79-highlights[]
3964

4065
[[release-highlights-7.8.0]]

docs/guide/opentelemetry-elastic.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ before sending the data to the Elastic Stack.
3434
By extending the OpenTelemetry collector,
3535
no changes are needed in your instrumented services in order to begin using the Elastic Stack.
3636

37+
[role="screenshot"]
3738
image::images/open-telemetry-elastic-arch.png[OpenTelemetry Elastic architecture diagram]
3839

3940
[float]

0 commit comments

Comments
 (0)