-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
Add new integration Apache Ignite #5767
Conversation
Codecov Report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!! just let a few small comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just some nits
5b3e1d3
to
3bbb9c4
Compare
02ea6ac
to
8f49b64
Compare
ignite/tests/test_check.py
Outdated
def test_e2e(dd_agent_check): | ||
instance = {} | ||
aggregator = dd_agent_check(instance, rate=True) | ||
metrics = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we move the two metrics list to separate file so the test is more readable?
Co-Authored-By: Christine Chen <[email protected]>
Co-Authored-By: Pierre Guceski <[email protected]>
Co-Authored-By: Julia <[email protected]>
Co-Authored-By: Christine Chen <[email protected]>
This adds a new JMX integration to monitor the Ignite database.