Skip to content

6.3.3

Compare
Choose a tag to compare
@arbll arbll released this 17 Jul 13:36

Docker, Windows, Linux

Changes

Prelude

Release on: 2018-07-16

Enhancements

  • Add 'system.mem.buffered' metric on linux system.

Bug Fixes

  • Fix the IO check behavior on unix based on 'iostat' tool:

    • Most metrics are an average time, so we don't need to divide again by
      'delta' (ex: number of read/time doing read operations)
    • time is based on the millisecond and not the second
  • Kubernetes API Server's polling frequency is now customisable.

  • Use as expected the configuration value of kubernetes_metadata_tag_update_freq,
    introduce a kubernetes_apiserver_client_timeout configuration option.

  • Fix a bug that led the agent to panic in some cases if
    the log_level configuration option was set to error.