Package com.thingworx.metrics


package com.thingworx.metrics
  • Class
    Description
    ICounter<T extends Number>
    A metric that tracks relative changes to a numeric value.
    A metric that stores a single value.
    The generic interface that all metrics must implement.
    A metric that stores a set of values.
    A metric that tracks statistical information for numeric values.
    Provides access to a read-only immutable snapshot of statistical data from a metric.
    A factory class for requesting metrics based on their type.