Interface MeterRegistryFactory.InitParameters
- Enclosing interface:
- MeterRegistryFactory
public static interface MeterRegistryFactory.InitParameters
-
Method Summary
Modifier and TypeMethodDescriptionGet the configured metrics properties passed asgeneral.custom.metrics.optsThe returned map is the stripped names withgeneral.custom.metrics.optsremoved.Optional extension point to pass additional information though the ServiceEnvironment.
-
Method Details
-
getOptions
Get the configured metrics properties passed asgeneral.custom.metrics.optsThe returned map is the stripped names withgeneral.custom.metrics.optsremoved.For example properties
general.custom.metrics.opts.prop1=abcandgeneral.custom.metrics.opts.prop9=123are set, then this map would containprop1=abcandprop9=123.- Returns:
- a map of property name, value pairs, stripped of a prefix.
-
getServiceEnv
ServiceEnvironment getServiceEnv()Optional extension point to pass additional information though the ServiceEnvironment.- Returns:
- the service environment
-