1.1.2 • Published 11 months ago

@fiverr/statsd-client v1.1.2

Weekly downloads
3,683
License
MIT
Repository
github
Last release
11 months ago

@fiverr/statsd-client npm.io npm.io npm.io npm.io

📈 A feature packed, highly customisable StatsD client

See full documentation

Get started quickly

const SDC = require('@fiverr/statsd-client');

const stats = new SDC({host: '127.0.0.1', port: '8125'});
stats.count('my_application_name.visit_count'); // 31 (pending bulk size)

Out-of-the box features and customisations

Features
🛍StatsD metric types: count, time, gauge, set, histogram
🎩Instance sticky prefix (optional)
🔧Custom schemes support
🎁Preconfigured schemes: DataDog, Graphite (Carbon tags 🎉)
🏷Instance tags - pre-set tags for an instance or set tags when sending
🔮Sampling (sample rate)
🕸Protocols: UDP, TCP
🌎Protocol versions: ipv4, ipv6
Custom flush period (Cutoff time for packets allows controlled traffic)
📦Custom MTU limit (maximum transmission unit)
🚨Error handling
🎈And then some
1.1.2

11 months ago

1.1.1

1 year ago

1.1.0

3 years ago

1.1.0-rc-7b6ae92

3 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.8-rc-31bc758

4 years ago

1.0.8-rc-df94a8d

4 years ago

1.0.8-rc-1b62559

4 years ago

1.0.8-rc-0f2c65b

4 years ago

1.0.8-rc-f21dc88

4 years ago

1.0.7

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.3-rc-f1ece3e

5 years ago

1.0.2

5 years ago

1.0.2-rc-38f8dfa

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago