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(AgentConfigOuterClass.AgentConfig.AdvancedConfig config) |
int |
updateInstrumentationConfigs(List<AgentConfigOuterClass.AgentConfig.InstrumentationConfig> configs) |
void |
updateTransactionConfig(AgentConfigOuterClass.AgentConfig.TransactionConfig config) |
void |
updateUserRecordingConfig(AgentConfigOuterClass.AgentConfig.UserRecordingConfig config) |
void 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
Exceptionvoid updateAdvancedConfig(AgentConfigOuterClass.AgentConfig.AdvancedConfig config) throws Exception
Exceptionint updateInstrumentationConfigs(List<AgentConfigOuterClass.AgentConfig.InstrumentationConfig> configs) throws Exception
Exceptionvoid updateTransactionConfig(AgentConfigOuterClass.AgentConfig.TransactionConfig config) throws Exception
Exceptionvoid updateUserRecordingConfig(AgentConfigOuterClass.AgentConfig.UserRecordingConfig config) throws Exception
ExceptionCopyright © 2011–2018 Glowroot contributors. All rights reserved.