me0wster / javamelody

Automatically exported from code.google.com/p/javamelody
0 stars 0 forks source link

Allow "push" to central server #254

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In my use case I would like instances of my app which live behind customer's 
firewalls to push their data to a java melody server living in the cloud, 
rather than the central server having to know about all instances and pulling 
from them, which is mostly impossible because of firewalls.
This would be configured in the app by the customer opting in to send 
statistics etc. 

Original issue reported on code.google.com by jon.ner...@gmail.com on 10 Sep 2012 at 4:57

GoogleCodeExporter commented 9 years ago
Sorry I mean this to be a feature request, not a defect.

Original comment by jon.ner...@gmail.com on 10 Sep 2012 at 5:13

GoogleCodeExporter commented 9 years ago

Original comment by evernat@free.fr on 10 Sep 2012 at 9:33

GoogleCodeExporter commented 9 years ago
+1

In tightly controlled infrastructures (e.g. a bank), direct connections from 
the monitoring environment to the production one are impossible.
Even more, in those situations, only async connections are authorized between 
the prod and the control room (typically file transfers, or possibly messaging).

So I would even say, there should also be an async push mode.
Which by the way is also more robust.

Original comment by arnauldvm on 4 Mar 2013 at 8:54