Interface MetricVisitor


  • public interface MetricVisitor
    Used to visit a Metric, allowing the visitor to handle different types accordingly.
    Author:
    jwhite
    • Method Detail

      • visitCounter

        void visitCounter​(Counter counter)
      • visitGauge

        void visitGauge​(Gauge gauge)
      • visitHistogram

        void visitHistogram​(Histogram histogram)
      • visitSummary

        void visitSummary​(Summary summary)
      • visitTextSample

        void visitTextSample​(TextSample textSample)