Package org.jmxtrans.agent.graphite
Class GraphiteOutputWriterCommonSettings
java.lang.Object
org.jmxtrans.agent.graphite.GraphiteOutputWriterCommonSettings
public class GraphiteOutputWriterCommonSettings extends Object
Setting keys and default values common for Graphite Output writers.
-
Field Summary
Fields Modifier and Type Field Description static StringSETTING_HOSTstatic StringSETTING_NAME_PREFIXstatic StringSETTING_PORTstatic intSETTING_PORT_DEFAULT_VALUE -
Method Summary
Modifier and Type Method Description static StringgetConfiguredMetricPrefixOrNull(Map<String,String> settings)static HostAndPortgetHostAndPort(Map<String,String> settings)
-
Field Details
-
SETTING_HOST
- See Also:
- Constant Field Values
-
SETTING_PORT
- See Also:
- Constant Field Values
-
SETTING_PORT_DEFAULT_VALUE
public static final int SETTING_PORT_DEFAULT_VALUE- See Also:
- Constant Field Values
-
SETTING_NAME_PREFIX
- See Also:
- Constant Field Values
-
-
Method Details
-
getHostAndPort
-
getConfiguredMetricPrefixOrNull
-