willardgibbs

Results 6 issues of 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...

docs
code
config

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...

invalid
code

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 {...

enhancement
code
discussion point

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`...

bug
code

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...

enhancement
code
discussion point