Socket
Socket
Sign inDemoInstall

@fiverr/statsd-client

Package Overview
Dependencies
1
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fiverr/statsd-client

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


Version published
Maintainers
3
Weekly downloads
5,909
decreased by-14.88%

Weekly downloads

Readme

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

FAQs

Last updated on 12 Mar 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc