Serialized Form
-
Package io.gitbub.devlibx.easy.helper.map
-
Package io.gitbub.devlibx.easy.helper.metrics
-
Exception Class io.gitbub.devlibx.easy.helper.metrics.IMetrics.InvalidRegistryTypeFoundException
class InvalidRegistryTypeFoundException extends RuntimeException implements Serializable -
Class io.gitbub.devlibx.easy.helper.metrics.MetricsConfig
class MetricsConfig extends Object implements Serializable-
Serialized Fields
-
enabled
boolean enabled
-
env
String env
-
host
String host
-
port
int port
-
prefix
String prefix
-
properties
StringObjectMap properties
buffer-size - default = 1000000 (Only for StatsD). It works on UDP, and we do not want to block on send. So we have a buffer queue of fixed size. If we are not able to send messages fast enough, it will be full and we will drop stats.user-timgroup-statsd-client - default - true if you do not want to use " com.timgroup.statsd" package for statsD clients then set it false
-
pushInterval
int pushInterval
-
serviceName
String serviceName
-
-
-