public interface ConfigService
| Modifier and Type | Method and Description |
|---|---|
void |
setPluginProperty(String pluginId,
String propertyName,
boolean propertyValue) |
void |
setPluginProperty(String pluginId,
String propertyName,
Double propertyValue) |
void |
setPluginProperty(String pluginId,
String propertyName,
String propertyValue) |
void |
updateAdvancedConfig(org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.AdvancedConfig config) |
int |
updateInstrumentationConfigs(List<org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.InstrumentationConfig> configs) |
void |
updateTransactionConfig(org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.TransactionConfig config) |
void |
updateUserRecordingConfig(org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.UserRecordingConfig config) |
void updateTransactionConfig(org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.TransactionConfig config)
throws Exception
Exceptionvoid updateUserRecordingConfig(org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.UserRecordingConfig config)
throws Exception
Exceptionvoid setPluginProperty(String pluginId, String propertyName, boolean propertyValue) throws Exception
Exceptionvoid setPluginProperty(String pluginId, String propertyName, Double propertyValue) throws Exception
Exceptionvoid setPluginProperty(String pluginId, String propertyName, String propertyValue) throws Exception
Exceptionint updateInstrumentationConfigs(List<org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.InstrumentationConfig> configs) throws Exception
ExceptionCopyright © 2011–2016 Glowroot contributors. All rights reserved.