CHANGELOG update
This commit is contained in:
parent
40a3feaad0
commit
96e54ab326
|
@ -3,6 +3,9 @@
|
||||||
### Release Notes
|
### Release Notes
|
||||||
- **breaking change** the `io` plugin has been renamed `diskio`
|
- **breaking change** the `io` plugin has been renamed `diskio`
|
||||||
- **breaking change** Plugin measurements aggregated into a single measurement.
|
- **breaking change** Plugin measurements aggregated into a single measurement.
|
||||||
|
- **breaking change** `jolokia` plugin: must use global tag/drop/pass parameters
|
||||||
|
for configuration.
|
||||||
|
- `twemproxy` plugin: `prefix` option removed.
|
||||||
- `procstat` cpu measurements are now prepended with `cpu_time_` instead of
|
- `procstat` cpu measurements are now prepended with `cpu_time_` instead of
|
||||||
only `cpu_`
|
only `cpu_`
|
||||||
- The prometheus plugin schema has not been changed (measurements have not been
|
- The prometheus plugin schema has not been changed (measurements have not been
|
||||||
|
@ -11,7 +14,9 @@ aggregated).
|
||||||
### Features
|
### Features
|
||||||
- Plugin measurements aggregated into a single measurement.
|
- Plugin measurements aggregated into a single measurement.
|
||||||
- Added ability to specify per-plugin tags
|
- Added ability to specify per-plugin tags
|
||||||
- Added ability to specify per-plugin measurement suffix and prefix
|
- Added ability to specify per-plugin measurement suffix and prefix.
|
||||||
|
(`name_prefix` and `name_suffix`)
|
||||||
|
- Added ability to override base plugin name. (`name_override`)
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue