Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More โ†’
Socket
Sign inDemoInstall
Socket

@fiverr/statsd-client

Package Overview
Dependencies
Maintainers
5
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.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
5
Weekly downloads
ย 
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

FAQs

Package last updated on 16 Apr 2020

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc