RBMHTechnology / eventuate-tools

Tools to support eventuate based applications.
Apache License 2.0
4 stars 2 forks source link

Health monitoring #6

Closed krasserm closed 8 years ago

krasserm commented 8 years ago

From @krasserm on September 14, 2015 12:55

Copied from original issue: RBMHTechnology/eventuate#110

krasserm commented 8 years ago

From @Tvaroh on November 21, 2015 17:20

Free monitoring solutions I am aware of:

Are you planning to support one of these or implement something from scratch?

krasserm commented 8 years ago

These tools are on also our radar but we haven't decided yet. Reuse is preferred, with specific additions if needed.

volkerstampa commented 8 years ago

Initial implementation will be based on dropwizard's healthchecks lib.

archenroot commented 6 years ago

Without proper monitoring it is hard to convince the management about event driven architectures. You design full process, then you split it into series of events, but in the end you are interested about how your split process ended up. Not by technicel, but by business point of view. I really lik the lightbend intelligent monitoring, but it is not open source...

volkerstampa commented 6 years ago

@archenroot Eventuate Tools provides metrics and/or health checks for eventuate internals like the replication progress. The things your are talking about are left to the application. Of course the application could utilize the same metrics libraries like dropwizard or kamon.