Package com.thingworx.metrics

  • Interface Summary 
    Interface Description
    ICounter<T extends java.lang.Number>
    A metric that tracks relative changes to a numeric value.
    IGauge<T>
    A metric that stores a single value.
    IMetric
    The generic interface that all metrics must implement.
    IMetricSet<T>
    A metric that stores a set of values.
    IStatistic<V,​Q>
    A metric that tracks statistical information for numeric values.
    IStatisticSnapshot<V,​Q>
    Provides access to a read-only immutable snapshot of statistical data from a metric.
  • Class Summary 
    Class Description
    Metrics
    A factory class for requesting metrics based on their type.