DataDog / integrations-core

Core integrations of the Datadog Agent
BSD 3-Clause "New" or "Revised" License
919 stars 1.39k forks source link

interval update #18658

Closed steveny91 closed 3 days ago

steveny91 commented 3 days ago

What does this PR do?

The setting here takes interval in ms and not seconds. The default is 30seconds (30000) but we picked 5s(5000) to better align with the scrape frequency of the agent as to not collect any stale data.