Interface MetricsPublisher

All Superinterfaces:
NamedService
All Known Implementing Classes:
OtlpPublisher, PrometheusPublisher

@Contract public interface MetricsPublisher extends NamedService
Behavior common to all metrics publishers.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether this publisher is enabled.

    Methods inherited from interface io.helidon.common.config.NamedService

    name, type
  • Method Details

    • enabled

      boolean enabled()
      Whether this publisher is enabled.
      Returns:
      true if enabled, false otherwise