Interface IBasicMetricBuilder<T>

Type Parameters:
T - the metric value type
All Superinterfaces:
IMetricBuilder<T>

@ThingworxExtensionApiClass(since={8,1,1}) public interface IBasicMetricBuilder<T> extends IMetricBuilder<T>
Provides access to a metric of the provided type.
  • Method Summary

    Modifier and Type
    Method
    Description


    Returns a gauge metric for the appropriate type.
    list(String key)


    Returns a list metric for the appropriate type.
    set(String key)


    Returns a set metric for the appropriate type.