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

Buffered metrics reporting via the DataDog HTTP API

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

We should have some tests that actually send a metric to Datadog, and then verify the submission by [querying Datadog for the resulting timeseries points](https://docs.datadoghq.com/api/latest/metrics/#query-timeseries-points). This test should probably be...

help wanted
code quality

**This is a first pass, and is a bit speculative.** This PR drops the official Datadog client as a runtime dependency since it is *huge* (15 MB!) and imposes a...

One thing I’ve been thinking about is dropping our dependency on the official `@datadog/datadog-api-client` package. Folks value and use this package over that official one because of simplicity, and it...

question
discussion