Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.54 KB

head.asciidoc

File metadata and controls

36 lines (29 loc) · 1.54 KB

APM Server version HEAD

Breaking Changes

Bug fixes

  • Transaction metrics aggregation now flushes on shutdown, respecting apm-server.shutdown_timeout {pull}3971[3971]

  • De-dot Jaeger process tag keys, fixing indexing errors when using jaeger-php {pull}4191[4191]

  • Fix json schema validation on metadata.service.* fields {pull}[4142]4142

Intake API Changes

Added

  • Use peer.address for destinationService.Resource if peer.address is not given on Jaeger span {pull}3975[3975]

  • Add event.duration to API request logs {pull}4030[4030]

  • Set destination.service.* from http.url for Jaeger spans {pull}4046[4046]

  • Use service.version for Metadata.Service.Version when converting a Jaeger span {pull}4061[4061]

  • Report basic telemetry {pull}4055[4055]

  • Add transaction.experience fields {pull}4056[4056]

  • Upgrade Go to 1.14.7 {pull}4067[4067]

  • Aggregate service destination span metrics {pull}4077[4077]

  • Added apm-server.kibana.headers configuration {pull}4087[4087]

  • Add a new Docker image based on UBI minimal 8 to packaging. {pull}4105[4105]

  • Add event.outcome to transactions and spans {pull}4064[4064]

  • Add event.outcome to aggregated transaction metrics {pull}4110[4110]

  • Set event.outcome for Jaeger spans based on http.status_code {pull}4127[4127]

  • Set event.outcome for transactions and spans based on http.status_code {pull}4165[4165]

  • Add mapping for system.process.cgroup.* metrics {pull}[4176]4176