Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Releases: pipedrive/kardia

Update CI files and package-lock.json

19 Nov 11:46
Compare
Choose a tag to compare

Dropped support for old node versions

01 Aug 07:06
Compare
Choose a tag to compare

Only node versions 6, 8 and 10 are now supported
Updated mocha library dependency to 5.2.0 to remove vulnerability issues

TypeScript Definitions

14 Mar 13:02
d54a100
Compare
Choose a tag to compare

Add TypeScript Definitions to Kardia:

import * as Kardia from 'kardia'
const kardia: kardia.Status = Kardia.start({ name: "My process", host: '0.0.0.0', port: 12900 });

const statusInfo = kardia.generateStatus();
 

registerEndpoint

20 Nov 13:37
Compare
Choose a tag to compare
v0.11.0

0.11.0

incrementCounter performance tuning

20 Jun 10:21
Compare
Choose a tag to compare

incrementCounter method caching tuned for performance

v0.10.0 — added worker counter reset functionality

30 May 13:34
Compare
Choose a tag to compare

v0.9.0 — added req, res to healthcheck handler

03 Jan 14:38
Compare
Choose a tag to compare

v0.8.1 — improved fluentd counter naming convention

20 May 13:33
Compare
Choose a tag to compare
  • All non-alphanumeric characters get sent as dashes.

v0.7.5 — worker throughput bugfixes

10 May 12:51
Compare
Choose a tag to compare
  • In previous versions, throughput calculations in worker processes were not working correctly. This version fixes the underlying issues.

v0.7.2 — bugfix in fluentd module

20 Apr 06:10
Compare
Choose a tag to compare
  • Previously subsequent packets to fluentd failed to send properly.