Skip to content

Releases: DataDog/lading

v0.16.2-rc1

v0.16.2-rc1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Jul 21:32
67af413

Changed

  • Throttle metrics are now labeled with the respective generator's labels.
  • Observer now calculates CPU utilization with respect to target cgroup hard, soft limits.

v0.16.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 20:02

Changed

  • Unix datagram connect errors are now logged at the error level.

Fixed

  • No-target mode no longer hangs at startup
  • The unix_datagram generator doesn't start generating data until the target is running.
  • Panic fixed in unix_datagram generator

v0.16.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 23:10

Added

  • Generators and Blackholes now support an id configuration field. This
    will be added to all metrics produced by a component instance.

v0.16.0-rc1

v0.16.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Jun 21:38

Added

  • Generators and Blackholes now support an id configuration field. This
    will be added to all metrics produced by a component instance.

v0.15.3

Choose a tag to compare

@github-actions github-actions released this 04 May 01:21
bf34cf9

Changed

  • Reduced the CPU time that file_gen consumes at the expense of slightly
    longer flush-to-disk times.
  • file_gen now shares its pre-computed block between write children, reducing
    memory consumption.

v0.15.3-rc2

v0.15.3-rc2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 May 00:13
00f3bbd

Changed

  • Reduced the CPU time that file_gen consumes at the expense of slightly
    longer flush-to-disk times.

v0.15.3-rc1

v0.15.3-rc1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 May 18:46
1b72428

Changed

  • file_gen now shares its pre-computed block between write children, reducing
    memory consumption.

v0.15.2

Choose a tag to compare

@github-actions github-actions released this 02 May 22:01
9b4fe9a

Fixed

  • Disallow the creation of DogStatsD metrics with no values

v0.15.2-rc1

v0.15.2-rc1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 May 18:40
4c34abe

Fixed

  • Disallow the creation of DogStatsD metrics with no values

v0.15.1

Choose a tag to compare

@github-actions github-actions released this 02 May 00:31
9951d4d

Added

  • Add 'stable' throttle
  • Add 'all-out' throttle
  • Allow users to configure generators to use the various throttles
  • Added the ability for users to configure DogStatsD payload kind ratios
  • Added the ability for users to configure DogStatsd metric kind ratios