This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
Releases: pipedrive/kardia
Releases · pipedrive/kardia
Update CI files and package-lock.json
Dropped support for old node versions
Only node versions 6, 8 and 10 are now supported
Updated mocha library dependency to 5.2.0 to remove vulnerability issues
TypeScript Definitions
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
v0.11.0 0.11.0
incrementCounter performance tuning
incrementCounter method caching tuned for performance
v0.10.0 — added worker counter reset functionality
v0.9.0 — added req, res to healthcheck handler
v0.8.1 — improved fluentd counter naming convention
- All non-alphanumeric characters get sent as dashes.
v0.7.5 — worker throughput bugfixes
- 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
- Previously subsequent packets to fluentd failed to send properly.