DataDog / integrations-extras

Community developed integrations and plugins for the Datadog Agent.
BSD 3-Clause "New" or "Revised" License
252 stars 734 forks source link

fix unexpected keyword argument 'agentConfig' issue #2414

Open rdoorn opened 3 months ago

rdoorn commented 3 months ago

What does this PR do?

Fixes the issue with Deprecated constructor API returned: init() got an unexpected keyword argument 'agentConfig'

the issue was reported here: https://github.com/DataDog/datadog-agent/issues/22267

Motivation

Make the check compatible with the latest datadog agent

Review checklist

Additional Notes

Anything else we should know when reviewing?