Hi All,
I'm trying to figure out Flink custom metrics and want to know if its possible to register a metric, say a counter metric, with tags. For ex: `avgflink.operator.currentEmitEventTimeLag{cluster name<CLUSTER>}`here, cluster_name behaves like a grouping tag.
How do I register my own custom metric the same way?