Class StatsdMetrics

java.lang.Object
io.micrometer.statsd.StatsdMetrics
All Implemented Interfaces:
io.micrometer.core.instrument.binder.MeterBinder

@Deprecated
public class StatsdMetrics
extends java.lang.Object
implements io.micrometer.core.instrument.binder.MeterBinder
Deprecated.
statsd metrics are no longer available since 1.4.0
  • Constructor Summary

    Constructors
    Constructor Description
    StatsdMetrics()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    void bindTo​(io.micrometer.core.instrument.MeterRegistry registry)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StatsdMetrics

      public StatsdMetrics()
      Deprecated.
  • Method Details

    • bindTo

      public void bindTo​(io.micrometer.core.instrument.MeterRegistry registry)
      Deprecated.
      Specified by:
      bindTo in interface io.micrometer.core.instrument.binder.MeterBinder