On clustered engines #18
-
|
Hello there Stephen, Thank you for this amazing contribution. I was wondering if your plugin would be applicable to a clustered engine, since I had some consistency issues trying to apply it to multiple Camunda Spring-Boot nodes. I know it works perfectly on Camunda Run. Just trying to find a workaround to take it to a clustered architecture. Best Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
You only need to run the plugin on 1 node. Think of the Monitoring plugin as a dedicated node (at scale / in larger cluster). |
Beta Was this translation helpful? Give feedback.
You only need to run the plugin on 1 node. Think of the Monitoring plugin as a dedicated node (at scale / in larger cluster).
This is why the sample code has the Job Executor disabled: https://github.com/StephenOTT/Camunda-Monitoring#camunda-run-quick-start-with-prometheus. It is a node which never does anything for the overall engine except for running monitoring queries.