We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Marathon plugin checks the TaskRateLimit attribute from the Marathon 0.6 API version, which has been removed https://github.com/mesosphere/marathon/blob/master/docs/docs/upgrade/06xto070.md#task-rate-limit
you can see the dependency here:
dd-agent/checks.d/marathon.py
Line 30 in 73dd750
using marathon v0.7.6, the dd-agent info looks like this:
dd-agent info
marathon -------- - instance #0 [ERROR]: KeyError('taskRateLimit',) - Collected 1 metric, 0 events & 1 service check
The text was updated successfully, but these errors were encountered:
3cb5857
No branches or pull requests
The Marathon plugin checks the TaskRateLimit attribute from the Marathon 0.6 API version, which has been removed https://github.com/mesosphere/marathon/blob/master/docs/docs/upgrade/06xto070.md#task-rate-limit
you can see the dependency here:
dd-agent/checks.d/marathon.py
Line 30 in 73dd750
using marathon v0.7.6, the
dd-agent info
looks like this:The text was updated successfully, but these errors were encountered: