This PR is in response to the following issue: https://github.com/strimzi/metrics-reporter/issues/9
Moving the label filtering into the metricChange method means that filtering is done when the Reporter is initialised. It was previously done in the collect method.
This PR is in response to the following issue: https://github.com/strimzi/metrics-reporter/issues/9 Moving the label filtering into the
metricChange
method means that filtering is done when the Reporter is initialised. It was previously done in thecollect
method.