[jira] [Created] (FLINK-21758) Add default implementations for all MetricGroup methods accepting ints

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-21758) Add default implementations for all MetricGroup methods accepting ints

Shang Yuanchun (Jira)
Chesnay Schepler created FLINK-21758:
----------------------------------------

             Summary: Add default implementations for all MetricGroup methods accepting ints
                 Key: FLINK-21758
                 URL: https://issues.apache.org/jira/browse/FLINK-21758
             Project: Flink
          Issue Type: Improvement
          Components: Runtime / Metrics
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.13.0


The MetricGroup interface contains variations of methods that accept either a string or int as the group/metric names.

In practice all implementations just convert the int to a string anyway, which we could also setup as the default implementation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)