Interface SelfMetricsSensor


public interface SelfMetricsSensor
A sensor for recording self-metric values with optional tags.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    record(double value)
     
    void
    record(double value, Map<String,String> tags)
     
  • Method Details

    • record

      void record(double value, Map<String,String> tags)
    • record

      default void record(double value)