Interface ComponentMetricsSettings.Builder

All Superinterfaces:
Builder<ComponentMetricsSettings.Builder,ComponentMetricsSettings>, Supplier<ComponentMetricsSettings>
Enclosing interface:
ComponentMetricsSettings

public static interface ComponentMetricsSettings.Builder extends Builder<ComponentMetricsSettings.Builder,ComponentMetricsSettings>
Builder for ComponentMetricsSettings.
  • Field Details

    • METRICS_CONFIG_KEY

      static final String METRICS_CONFIG_KEY
      By convention, the config key within the component's config section containing metrics settings for the component.
      See Also:
    • ENABLED_CONFIG_KEY

      static final String ENABLED_CONFIG_KEY
      Config key within the component's metrics config section controlling whether metrics are enabled for that component.
      See Also:
  • Method Details