You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2021/03/13 11:15:00 UTC

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

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)