New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More โ†’
Socket
Sign inDemoInstall
Socket

@fiverr/statsd-client

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fiverr/statsd-client

๐Ÿ“ˆ A feature packed, highly customisable StatsD client

1.1.2
latest
Source
npm
Version published
Maintainers
0
Created
Source

@fiverr/statsd-client

๐Ÿ“ˆ 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

Keywords

StatsD

FAQs

Package last updated on 13 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts