Package com.gigaspaces.metrics
Class MetricManagerConfig
java.lang.Object
com.gigaspaces.metrics.MetricManagerConfig
Deprecated.
- Since:
- 10.1
- Author:
- Niv Ingberg
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.voidDeprecated.static MetricManagerConfigloadFromProperties(Properties properties) Deprecated.Load MetricManagerConfig from Properties (for InfluxDB reporter configuration).voidDeprecated.
-
Field Details
-
INFLUXDB
Deprecated.- See Also:
-
HSQLDB
Deprecated.- See Also:
-
CONSOLE
Deprecated.- See Also:
-
FILE
Deprecated.- See Also:
-
-
Constructor Details
-
MetricManagerConfig
public MetricManagerConfig()Deprecated.
-
-
Method Details
-
loadXml
Deprecated. -
loadFromProperties
Deprecated.Load MetricManagerConfig from Properties (for InfluxDB reporter configuration). This method extracts InfluxDB-related properties and creates the appropriate reporter factory.- Parameters:
properties- Properties loaded from metrics.properties file- Returns:
- MetricManagerConfig with InfluxDB reporter configured if properties are found
-
getSeparator
Deprecated. -
getReportersFactories
Deprecated. -
getSamplersConfig
Deprecated. -
getPatternSet
Deprecated. -
loadDefaults
public void loadDefaults()Deprecated.
-
MetricManager. Metrics are now configured viametrics.propertiesor environment variables read byMicrometerRegistryBuilder.