Class UndertowMetrics

java.lang.Object
net.dreamlu.mica.metrics.undertow.UndertowMetrics
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>

public class UndertowMetrics extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
Undertow Metrics
Author:
L.cm
  • Field Details

    • UNDERTOW_METRIC_NAME_PREFIX

      public static final String UNDERTOW_METRIC_NAME_PREFIX
      Prefix used for all Undertow metric names.
      See Also:
  • Constructor Details

    • UndertowMetrics

      public UndertowMetrics()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.boot.context.event.ApplicationStartedEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>