noxdafox / rabbitmq-cloudwatch-exporter

RabbitMQ Plugin for publishing cluster metrics to AWS CloudWatch
Mozilla Public License 2.0
41 stars 9 forks source link

Update plugin configuration in runtime (without a restart) #25

Closed leechechik closed 4 years ago

leechechik commented 4 years ago

I wanted to know if there is an option to update the plugin configuration without having a restart to the node. For example: to update this parameter - cloudwatch_exporter.metrics.queue.export_regex

noxdafox commented 4 years ago

Hello,

unfortunately RabbitMQ does not provide mechanisms to dynamically change configuration values of installed plugins. You can change some parameters via the management plugin with its REST APIs but these changes only apply to its internals and not the plugins.

leechechik commented 4 years ago

Thanks for your answer 👍