| Package | Description |
|---|---|
| org.glowroot.agent.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.addAlerts(AlertConfig... elements)
Adds elements to
alerts list. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.addAlerts(AlertConfig element)
Adds one element to
alerts list. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.addAllAlerts(Iterable<? extends AlertConfig> elements)
Adds elements to
alerts list. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.addAllGauges(Iterable<? extends GaugeConfig> elements)
Adds elements to
gauges list. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.addAllInstrumentation(Iterable<? extends InstrumentationConfig> elements)
Adds elements to
instrumentation list. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.addAllPlugins(Iterable<? extends PluginConfig> elements)
Adds elements to
plugins list. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.addAllSyntheticMonitors(Iterable<? extends SyntheticMonitorConfig> elements)
Adds elements to
syntheticMonitors list. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.addGauges(GaugeConfig... elements)
Adds elements to
gauges list. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.addGauges(GaugeConfig element)
Adds one element to
gauges list. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.addInstrumentation(InstrumentationConfig... elements)
Adds elements to
instrumentation list. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.addInstrumentation(InstrumentationConfig element)
Adds one element to
instrumentation list. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.addPlugins(PluginConfig... elements)
Adds elements to
plugins list. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.addPlugins(PluginConfig element)
Adds one element to
plugins list. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.addSyntheticMonitors(SyntheticMonitorConfig... elements)
Adds elements to
syntheticMonitors list. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.addSyntheticMonitors(SyntheticMonitorConfig element)
Adds one element to
syntheticMonitors list. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.advanced(AdvancedConfig advanced)
Initializes the value for the
advanced attribute. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.alerts(Iterable<? extends AlertConfig> elements)
Sets or replaces all elements for
alerts list. |
static ImmutableAllConfig.Builder |
ImmutableAllConfig.builder()
Creates a builder for
ImmutableAllConfig. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.copyFrom(AllConfig instance)
Fill a builder with attribute values from the provided
AllConfig instance. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.gauges(Iterable<? extends GaugeConfig> elements)
Sets or replaces all elements for
gauges list. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.instrumentation(Iterable<? extends InstrumentationConfig> elements)
Sets or replaces all elements for
instrumentation list. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.jvm(JvmConfig jvm)
Initializes the value for the
jvm attribute. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.plugins(Iterable<? extends PluginConfig> elements)
Sets or replaces all elements for
plugins list. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.syntheticMonitors(Iterable<? extends SyntheticMonitorConfig> elements)
Sets or replaces all elements for
syntheticMonitors list. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.transaction(TransactionConfig transaction)
Initializes the value for the
transaction attribute. |
ImmutableAllConfig.Builder |
ImmutableAllConfig.Builder.uiDefaults(UiDefaultsConfig uiDefaults)
Initializes the value for the
uiDefaults attribute. |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.