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

statsd-opentsdb

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

statsd-opentsdb

Statsd opentsdb backend

0.0.7
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
2
Weekly downloads
 
Created
Source

Statsd-OpenTSDB

EleStatsd (Our forked statsd from etsy) backend for OpenTSDB.

It offers a fancy way to pack and unpack metric tags, just like working with parameter pairs in url strings!

Example

$ echo   "metric-name?tag1=val1&tag2=val2:1|c" | nc -u -w0 127.0.0.1 8125

=>

opentsdb: put counter.metric-name 1419930511 0 source=statsd tag1=val1 tag2=val2

Install

npm install statsd-opentsdb

Working With Statsd Libraries

So, How can I send metrics with tags to statsd, just build an url :), check our examples.

Working With Other Backends

Only works well with our fork version of statsd: https://github.com/eleme/elestatsd

License

MIT (c) 2014 - 2015 Eleme, Inc.

Keywords

statsd

FAQs

Package last updated on 06 May 2015

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