Skip to content

Releases: statful/statful-client-nodejs

v6.1.2

19 Jul 10:52
c5726fd
Compare
Choose a tag to compare

fix: vulnerabilities

6.1.1

21 Nov 14:11
Compare
Choose a tag to compare
  • Add P99 aggregation

6.1.0

05 Nov 11:20
Compare
Choose a tag to compare

Updated documentation;
Defaulted all system stats plugin settings to false;
Fixed buffer flush length;

6.0.0

25 Oct 10:45
38d8894
Compare
Choose a tag to compare
  • 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

04 Sep 15:21
Compare
Choose a tag to compare
  • Fix Memory Leak
  • Remove option disableSendFlushStats and add systemStats

4.3.4

21 Aug 15:31
Compare
Choose a tag to compare

Version 4.3.4

  • Memory leak when systemStats are enabled

4.1.4

11 Oct 11:50
Compare
Choose a tag to compare

Version 4.1.4

  • Fixed a bug related with tags on system stats.

4.1.3

06 Oct 17:53
Compare
Choose a tag to compare

Version 4.1.3

  • fixed bug with request timeout detection using socket keepAlive.
  • fix stack overflow errors.

4.1.2

06 Oct 11:11
Compare
Choose a tag to compare

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

24 Aug 14:37
Compare
Choose a tag to compare

Version 4.1.1

  • fixed typo on aggregated metrics endpoint.