node-datadog-metrics
node-datadog-metrics copied to clipboard
Buffered metrics reporting via the DataDog HTTP API
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...
**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...