Releases: statful/statful-client-nodejs
Releases · statful/statful-client-nodejs
6.1.0
Updated documentation;
Defaulted all system stats plugin settings to false;
Fixed buffer flush length;
6.0.0
- Added plugin mechanism;
- Added systemStats plugin that enables the client to send a wider range of system metrics and enrich user-defined metrics with system-related tags;
- systemStats option on client config was deprecated;
5.0.0
- Fix Memory Leak
- Remove option
disableSendFlushStats
and add systemStats
4.3.4
Version 4.3.4
- Memory leak when systemStats are enabled
4.1.4
Version 4.1.4
- Fixed a bug related with tags on system stats.
4.1.3
Version 4.1.3
- fixed bug with request timeout detection using socket keepAlive.
- fix stack overflow errors.
4.1.2
Version 4.1.2
- fix flush interval definition.
- fix maximum call stack exceed error.
- fix system stats flushing.
- fix method sample rating.
- remove dependency from request library and added keepAlive option to the httpsAgent.
4.1.1
Version 4.1.1
- fixed typo on aggregated metrics endpoint.