We recently got SSL certificate issues in our old Datadog agent and Datadog recommended to upgrade to the latest agent to fix that. We pulled datadog/agent:latest which is Agent v7 which now only comes with Python 3.
The Datadog agent, including a Python 3 interpreter for Python checks.
Python 2 EOL was 1 January 2020, so guess Python 3 is the way to go for the Datadog Burrow check 👀 .
We recently got SSL certificate issues in our old Datadog agent and Datadog recommended to upgrade to the latest agent to fix that. We pulled
datadog/agent:latestwhich is Agent v7 which now only comes with Python 3.Python 2 EOL was 1 January 2020, so guess Python 3 is the way to go for the Datadog Burrow check 👀 .