quick question. I am trying to present beam metrics in Prometheus.
I did that in my code: Counter counter = Metrics.counter(MinimalWordCount.class, "myDummyCounter");
but unfortunately it is still not present in Prometheus.
Question is related to here