Interface MetricCollector

    • Method Detail

      • name

        String name()
        Returns:
        The name of this collector.
      • reportMetric

        <T> void reportMetric​(SdkMetric<T> metric,
                              T data)
        Report a metric.
      • createChild

        MetricCollector createChild​(String name)
        Create a child of this metric collector.
        Parameters:
        name - The name of the child collector.
        Returns:
        The child collector.