
Ben / Dec 4th, 2019 /
The `datadog` sink has been renamed to `datadog_metrics`
This ensures that naming is consistent for the upcoming `datadog_logs` sink
The datadog
sink has been renamed to datadog_metrics
to make way for the
upcoming datadog_logs
sink.
Upgrade Guide
Make the following changes in your vector.toml
file:
vector.toml
[sinks.datadog]- type = "datadog"+ type = "datadog_metrics"
That's it!
This change was made available in 0.6.0. You can get this change by downloading the latest stable release.