https://rhuanrocha.net/2019/02/17/introduction-observability-with-microprofile/ Observibility is the capacity of a system to expose precise information about its states in an easier and faster way. The Microprofile project has 3 specs that do that: OpenTracing, Metrics and HealthCheck. This blog will explain how.
Read More
https://rhuanrocha.net/2018/12/21/microprofile-config-creating-a-custom-configsource/ Code First. In this post I’ll show you how to create a custom ConfigSource to read properties from an external file. This blog won't explain what Eclipse Microprofile Config is, access my last post Understanding Eclipse Microprofile Config . The Eclipse Microprofile Config provides support to read configuration properties by a…
Read More
