How to use the datadog-metrics.histogram function in datadog-metrics

To help you get started, we’ve selected a few datadog-metrics examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github getndazn / dazn-lambda-powertools / packages / lambda-powertools-datadog-metrics / datadog-metrics-sync.js View on Github external
const histogram = (key, value, tags, timestamp=Date.now()) => {
  metrics.histogram(key, value, tags || [], timestamp)
}

datadog-metrics

Buffered metrics reporting via the Datadog HTTP API

MIT
Latest version published 7 months ago

Package Health Score

82 / 100
Full package analysis