willardgibbs
willardgibbs
1. Rename the settings in the configuration yaml-file, in the README.md and in the Config class (for readability and extensibility) 2. Group settings 3. Implement the classes describing the exporter...
If the connection with mq is lost, method `scrapeMetrics` in class `MQTopicSubscriber` will write error message in log file in endless loop. Timeout between getting metrics from topics when error...
In code we use Hashtable, because MQQueueManager constructor have it in signature. But in [a64f23d] I made the following feature: ``` public void establish(String qmNqme, Map connectionProperties) throws MQException {...
When additional metrics (#95) are calculated, necessary for calculating metrics are taken from `CollectorRegistry`. List of metrics names are passed from the result of the HTTP-query parsing to the `filteredMetricFamilySamples`...
Cool features: 1. `@Log4j2` vs `private static final Logger logger = LogManager.getLogger(ClassName.class);` 2. `@Getter` and `@Setter` on class or field. These annotations are generated by getters and setters based on...