Hi All,
I want to print the metric values saved in io.prometheus.client.CollectorRegistry. Even though I used registry.metricFamilySamples().nextElement().toString() method it outputs only the last metric. How to get all the metrics saved in the registry to a an ArrayList ?
Thanks,
Nipuni