-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Aerospike module #4560
Aerospike module #4560
Conversation
Can one of the admins verify this patch? |
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically on build-eu-00. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
897e603
to
f6eaad1
Compare
Jenkins test it |
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 contribution! I've to say I'm impressed by the quality of this PR, congrats! 🎉
I left some minor comments, also, could you add an integration test (like https://github.com/elastic/beats/blob/master/metricbeat/tests/system/test_apache.py), it should make it easier to ensure all fields are documented :)
|
||
config := struct{}{} | ||
|
||
logp.Warn("EXPERIMENTAL: The aerospike namespace metricset is experimental") |
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.
We now offer logp.Experimental
, could you change this to use it?
@@ -0,0 +1,8 @@ | |||
== aerospike Module | |||
|
|||
This is the aerospike Module. It uses http://www.aerospike.com/docs/reference/info [Info command ] to collect 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.
spurious space after Info command
?
f6eaad1
to
1d0b830
Compare
1d0b830
to
6841750
Compare
@exekias Done |
Thank you for this awesome contribution @alexshadow007, this is ready to go from my POV, could you add an entry to |
@exekias Done |
@alexshadow007 Do you happen to have a dashboard created for this module? It would be nice to include one as well. |
It uses http://www.aerospike.com/docs/reference/info to collect metrics.