Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.54 KB

7.4.asciidoc

File metadata and controls

42 lines (33 loc) · 1.54 KB

APM Server version 7.4

APM Server version 7.4.1

Bug fixes

  • Ensure only valid IP addresses are indexed in client.ip {pull}2772[2772].

APM Server version 7.4.0

Bug fixes

  • Return 404 json error on requests to non existing paths {pull}2526[2526].

  • Remove additional nesting of error values in logs {pull}2526[2526].

  • Remove requests to root, assets and agent config API from monitoring counters for Intake API {pull}2527[2527].

  • Make metricset timestamp optional {pull}2711[2711].

Added

  • Add config option to disable source mapping {pull}2488[2488].

  • Store service environment for spans {pull}2500[2500].

  • Index span.db.link field as keyword {pull}2504[2504].

  • Add support for exception trees with cause attribute {pull}2541[2541], {pull}2609[2609].

  • Use dedicated monitoring counters for all APIs {pull}2527[2527].

  • Adapt log info to use keyword over generic information {pull}2528[2528].

  • Add support for host.name, adapt Intake API to accept detected and configured host information {pull}2531[2531], {pull}2540[2540].

  • Index http.request.socket.remote_address as client.ip {pull}2588[2588].

  • Upgrade Go to 1.12.9 {pull}2635[2635].