Skip to content
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

Allow to configure message counters #153

Merged

Conversation

guidograzioli
Copy link
Member

New parameters to configure message counters:

Variable Description Default
activemq_message_counter_enabled Whether to enable the message counters false
activemq_message_counter_sample_period The sample period (in ms) to use for message counters 10000
activemq_message_counter_max_day_history How many days to keep message counter history 10

@guidograzioli guidograzioli added the minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix label Aug 22, 2024
Copy link
Contributor

@rpelisse rpelisse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -386,6 +386,9 @@ See _Role Variables_ below for additional TLS/SSL settings.
|`activemq_config_xml`| Broker instance configuration file | `amq-broker.xml` |
|`activemq_config_override_template`| Filename of custom broker xml configuration file to be deployed | `''` |
|`activemq_service_override_template`| Filename of custom systemd unit template to be deployed | `''` |
|`activemq_message_counter_enabled`| Whether to enable the message counters | `false` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that "Whether" here would imply the use of "or not" (to be idiomatic):

Whether or not to the message counters is enable.

@guidograzioli guidograzioli merged commit cc6e54c into ansible-middleware:main Aug 22, 2024
18 checks passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants