Annotation Type MetricsFactory


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface MetricsFactory
    Annotation for Pinot metrics. NOTE: - The annotated class must implement the MinionEventObserverFactory interface - The annotated class must be under the package of name 'org.apache.pinot.*.plugin.metrics.*' to be auto-registered.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean enabled  
    • Element Detail

      • enabled

        boolean enabled
        Default:
        true