Skip navigation links
Thingworx Platform API
8.5.0
com.thingworx.metrics.builder

Interface IBasicMetricBuilder<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      IGauge<T> gauge(java.lang.String key)


      Returns a gauge metric for the appropriate type.
      IGauge<java.util.List<T>> list(java.lang.String key)


      Returns a list metric for the appropriate type.
      IMetricSet<T> set(java.lang.String key)


      Returns a set metric for the appropriate type.