Class AlwaysOnFilter

java.lang.Object
io.opentelemetry.sdk.metrics.internal.exemplar.AlwaysOnFilter
All Implemented Interfaces:
ExemplarFilter

public final class AlwaysOnFilter extends Object implements ExemplarFilter
A filter which makes all measurements eligible for being an exemplar.

This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.

  • Field Details

  • Constructor Details

    • AlwaysOnFilter

      private AlwaysOnFilter()
  • Method Details