Interface WriteableMetricStorage

    • Method Detail

      • recordLong

        void recordLong​(long value,
                        Attributes attributes,
                        Context context)
        Records a measurement.
      • recordDouble

        void recordDouble​(double value,
                          Attributes attributes,
                          Context context)
        Records a measurement.
      • isEnabled

        boolean isEnabled()
        Returns true if the storage is actively recording measurements, and false otherwise (i.e. noop / empty metric storage is installed).