node-datadog-metrics icon indicating copy to clipboard operation
node-datadog-metrics copied to clipboard

Buffered metrics reporting via the DataDog HTTP API

Results 21 node-datadog-metrics issues
Sort by recently updated
recently updated
newest added

Has there been an NPM release since my merge in October of last year? Can't find a way to confirm and our teams are still using a hardcoded reference.

Hi, thanks for making this library available. I'm building an Electron app and want to collect metrics from it. The Datadog RUM/logging systems support intake using a [client token](https://docs.datadoghq.com/account_management/api-app-keys/), which...

I don't really do much NodeJS at the moment and I no longer personally have code in production that's using node-datadog-metrics. Anybody interested in coming onboard as a co-maintainer to...

If you increment a counter, flush the message, and then before the UTC timestamp has rolled into the next second, increment the same counter with the same tags (and flush...

After getting no data errors this morning from Datadog, I found ```metrics ERROR: add_metrics failed: null (err=Error: certificate has expired, status=0) +324ms``` with DEBUG mode enabled. I'd think this should...

Now that Datadog [supports](https://docs.datadoghq.com/developers/metrics/distributions/) `distribution` metric type, would be good for the library to support it too.

The endpoint URL of datadog should be configurable (for testing and special setups). The underlying dogapi library already supports it.

To offer a bit more control on metrics volume it would be interesting to offer a way to select which kind of metrics we want the histogram to produce.

Right now the only thing preventing this library from being usable in modern browsers natively is the call to `tid.unref` in the logger. Could we get this line changed to...

I know you can change set metric metadata in the main datadog interface - as explained [here](https://help.datadoghq.com/hc/en-us/articles/204580889-How-can-I-set-up-custom-units-for-custom-metrics-), and there is a way of doing it with an api, but is...

enhancement