Releases: SumoLogic/sumologic-collectd-plugin
Releases · SumoLogic/sumologic-collectd-plugin
v4.1.1
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
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
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
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
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
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