Shopify / ghostferry

The swiss army knife of live data migrations
https://shopify.github.io/ghostferry
MIT License
693 stars 65 forks source link

Switch to official Datadog client #310

Closed coding-chimp closed 2 years ago

coding-chimp commented 2 years ago

Switches to the official Datadog client instead of the deprecated one we were using before.

Ghostferry is sometimes spamming our logs because the metrics buffer is full. I think this happens because ghostferry is generating those metrics faster than datadog can consume them. We already tried increasing the buffer in #268 but that didn't really help too much. My hope is that the official client is more efficient, which might mitigate the issue somewhat.