Skip to content

v0.9.2

@Mr0grog Mr0grog tagged this 22 Sep 03:48
* Expose new `apiHost` option on `init()` and `BufferedMetricsLogger` constructor. This makes it possible to actually configure the Datadog site to submit metrics to. For example, you can now submit metrics to Datadog’s Europe servers with:

    ```js
    const metrics = require('datadog-metrics');
    metrics.init({
        apiHost: 'datadoghq.eu'
    });
    ```

    (Thanks to @ErikBoesen.)
Assets 2
Loading