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
Copy file name to clipboardExpand all lines: docs/release-notes/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1095,8 +1095,8 @@ To check for security updates, go to [Security announcements for the Elastic sta
1095
1095
**Release date:** July 30, 2019
1096
1096
1097
1097
### Features and enhancements [elastic-apm-java-agent-1-8-0-features-enhancements]
1098
-
* Added support for tracking [time spent by span type](https://www.elastic.co/guide/en/kibana/7.3/transactions.md). Can be disabled by setting [`breakdown_metrics`](/reference/config-core.md#config-breakdown-metrics) to `false`.
1099
-
* Added support for [central configuration](https://www.elastic.co/guide/en/kibana/7.3/agent-configuration.md). Can be disabled by setting [`central_config`](/reference/config-core.md#config-central-config) to `false`.
1098
+
* Added support for tracking [time spent by span type](docs-content://solutions/observability/apm/transactions-ui.md). Can be disabled by setting [`breakdown_metrics`](/reference/config-core.md#config-breakdown-metrics) to `false`.
1099
+
* Added support for [central configuration](docs-content://solutions/observability/apm/apm-agents/central-configuration.md). Can be disabled by setting [`central_config`](/reference/config-core.md#config-central-config) to `false`.
1100
1100
* Added support for Spring’s JMS flavor - instrumenting `org.springframework.jms.listener.SessionAwareMessageListener`
1101
1101
* Added support to legacy ApacheHttpClient APIs (which adds support to Axis2 configured to use ApacheHttpClient)
1102
1102
* Added support for setting [`server_urls`](/reference/config-reporter.md#config-server-urls) dynamically via properties file [#723](https://github.com/elastic/apm-agent-java/pull/723)
0 commit comments