Class RuntimeTelemetry.Metric<T>

Object
org.mozilla.geckoview.RuntimeTelemetry.Metric<T>
Type Parameters:
T - type of the underlying metric sample
Direct Known Subclasses:
RuntimeTelemetry.Histogram
Enclosing class:
RuntimeTelemetry

public static class RuntimeTelemetry.Metric<T> extends Object
The runtime telemetry metric object.
  • Field Details

    • name

      @NonNull public final String name
      The runtime metric name.
    • value

      @NonNull public final T value
      The metric values.
  • Constructor Details

    • Metric

      protected Metric()
  • Method Details