David Guzman
David Guzman
In order to monitor gc metrics programmatically, the following java.lang type should be added to the micro-jmx-metrics plugin https://docs.oracle.com/javase/7/docs/api/java/lang/management/GarbageCollectorMXBean.html The intent is to plot two metrics: * CollectionCount: Number of...
When using the /manifest endpoint of a microservice, one of the json fields should be: "host":"X.X.X.X"
Currently, S3ObjectWriter only supports writing Java objects and Strings. It should also be able to create PutObjectRequests for byte arrays.