-
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
Set default metricsets for rabbitmq module #6743
Conversation
period: 10s | ||
hosts: ["localhost:15672"] | ||
|
||
username: guest |
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.
Do we have a default username and password? If not we should comment these two out.
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.
Commented out, they are indeed not set by default.
@@ -21,12 +22,7 @@ in <<configuration-metricbeat>>. Here is an example configuration: | |||
---- | |||
metricbeat.modules: | |||
- module: rabbitmq | |||
metricsets: ["node", "queue", "connection"] |
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.
Should we just make the other 2 metricsets beta?
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.
Done.
Warning messages about metricsets being experimental changed to beta to match documentation.
c0b4596
to
5d9452c
Compare
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.
WFG
See #6668
Warnings reporting modules as experimental have been changed to beta, so all metricsets are set as default.