2020-04-20 13:28:22 UTC - matt_innerspace.io: i'm able to have prometheus connect to the metrics endpoint to gather basic info, as outlined here - <https://github.com/streamnative/apache-pulsar-grafana-dashboard/blob/master/prometheus/standalone.yml.template> but am unable to get anything written within a function by the `Context.recordMetric` method (as per the documentation) - <https://github.com/apache/pulsar/blob/master/pulsar-functions/api-java/src/main/java/org/apache/pulsar/functions/api/Context.java#L243> ---- 2020-04-20 20:40:57 UTC - Greg Methvin: which release will this be included in? <https://github.com/apache/pulsar/pull/6077>. I see the tag release/2.5.1 but also milestone 2.6.0 ---- 2020-04-20 21:11:10 UTC - Sijie Guo: @Greg Methvin it will be included in both 2.5.1 and 2.6.0 ---- 2020-04-20 21:12:07 UTC - Greg Methvin: thanks. that’s great. this feature will be really nice for our use case. ---- 2020-04-20 21:16:42 UTC - Sijie Guo: we use milestone for major release. `release/*` tags for bug fixes releases. Any changes merged to master will be marked for next major release. some of the changes will be cherry-picked to branches for bugfix release. If they are cherry-picked to branches for bugfix releases, a `release/*` label will be added. ---- 2020-04-20 21:24:59 UTC - Greg Methvin: great, that makes sense ----