Class KafkaSensorLogRedactorMetrics

java.lang.Object
io.confluent.logredactor.KafkaSensorLogRedactorMetrics
All Implemented Interfaces:
io.confluent.log4j.redactor.LogRedactorMetrics

public class KafkaSensorLogRedactorMetrics extends Object implements io.confluent.log4j.redactor.LogRedactorMetrics
  • Constructor Details

    • KafkaSensorLogRedactorMetrics

      public KafkaSensorLogRedactorMetrics()
  • Method Details

    • count

      public void count(String metricName, Map<String,String> tags)
      Specified by:
      count in interface io.confluent.log4j.redactor.LogRedactorMetrics
    • timer

      public void timer(double value, String metricName, Map<String,String> tags)
      Specified by:
      timer in interface io.confluent.log4j.redactor.LogRedactorMetrics
    • gauge

      public void gauge(double value, String metricName, Map<String,String> tags)
      Specified by:
      gauge in interface io.confluent.log4j.redactor.LogRedactorMetrics