Interface MetricsPublisher

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

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

    • enabled

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