
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
datadog-statsd-metrics-collector
Advanced tools
Collect, rollup, and batch Datadog statsd metrics
A wrapper for for node-dogstatsd that buffers and rolls up metrics into efficient calls to a Datadog StatsD server.
npm install datadog-statsd-metrics-collector node-dogstatsd
const StatsD = require('node-dogstatsd').StatsD
const Collector = require('datadog-statsd-metrics-collector');
const dd = new Collector(new StatsD('example.org', 8125));
dd.increment('test.metric', 1, ['tag:first']);
Aside from the constructor all StatsD calls proxied to node-dogstatsd.
arg | type | required | default |
---|---|---|---|
client | instanceof node-dogstatsd | yes | undefined |
delayMilliseconds | number | no | 10000 |
arg | type | required | default |
---|---|---|---|
metric | string | yes | undefined |
sample_rate | n/a | n/a | n/a |
tags | array[string] | no | undefined |
Note: sample rates are ignored as they serve no purpose when rolling up metrics.
arg | type | required | default |
---|---|---|---|
metric | string | yes | undefined |
value | number | no | 1 |
tags | array[string] | no | undefined |
arg | type | required | default |
---|---|---|---|
metric | string | yes | undefined |
sample_rate | n/a | n/a | n/a |
tags | array[string] | no | undefined |
Note: sample rates are ignored as they serve no purpose when rolling up metrics.
arg | type | required | default |
---|---|---|---|
metric | string | yes | undefined |
value | number | no | 1 |
tags | array[string] | no | undefined |
arg | type | required | default |
---|---|---|---|
metric | string | yes | undefined |
time | number | yes | undefined |
sample_rate | number | no | 1 |
tags | array[string] | no | undefined |
arg | type | required | default |
---|---|---|---|
metric | string | yes | undefined |
value | number | yes | undefined |
sample_rate | number | no | 1 |
tags | array[string] | no | undefined |
arg | type | required | default |
---|---|---|---|
metric | string | yes | undefined |
value | number | yes | undefined |
sample_rate | number | no | 1 |
tags | array[string] | no | undefined |
arg | type | required | default |
---|---|---|---|
metric | string | yes | undefined |
value | number | yes | undefined |
sample_rate | number | no | 1 |
tags | array[string] | no | undefined |
FAQs
Collect, rollup, and batch Datadog statsd metrics
The npm package datadog-statsd-metrics-collector receives a total of 14 weekly downloads. As such, datadog-statsd-metrics-collector popularity was classified as not popular.
We found that datadog-statsd-metrics-collector demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.