Skip to content

Releases: SumoLogic/sumologic-collectd-plugin

v4.1.1

12 Jan 15:58
Compare
Choose a tag to compare

What's Changed

  • docs: reformat README in Markdown by @astencel-sumo in #51
  • fix: turn statsd tags into dimensions in Sumo by @swiatekm-sumo in #55

Full Changelog: v4.1.0...v4.1.1

v4.1.0

05 Jan 11:35
Compare
Choose a tag to compare

What's Changed

  • Internal plugin metrics by @swiatekm-sumo in #47
  • Parse StatsD tags in SignalFx format by @swiatekm-sumo in #48

New Contributors

  • @swiatekm-sumo made their first contribution in #46

Full Changelog: v4.0.1...v4.1.0

v4.0.1

23 Dec 10:06
Compare
Choose a tag to compare

What's Changed

  • fix: fix race condition in timer #42
  • feat: add timer logs #43

Full Changelog: v4.0.0...v4.0.1

v4.0.0

24 Sep 10:39
Compare
Choose a tag to compare

This is a main release v4.0.0

The following breaking changes have been introduced in this release:

  • feat: add metric dimension #40
    There are two new configuration options: AddMetricDimension: true and MetricDimensionSeparator: '.'.

v3.0.0

08 Sep 15:37
Compare
Choose a tag to compare

This is a main release v3.0.0

The following breaking changes have been introduced in this release:

  • Send all metrics and remove typesDB config option #35
  • Replace (space) by _ for tag key and value #37

v2.0.0

22 Mar 12:51
Compare
Choose a tag to compare

This is a main release v2.0.0

The following changes have been introduced in this release:

  • Convert tag key and value to string instead of verifying type
  • Replace = by : for tag key and value