Package com.netflix.eureka
Class Names
- java.lang.Object
-
- com.netflix.eureka.Names
-
public class Names extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMETRIC_PREFIXEureka metric names consist of three parts [source].[component].[detailed name]: source - fixed to eurekaServer (and eurekaClient on the client side) component - Eureka component, like REST layer, replication, etc detailed name - a detailed metric name explaining its purposestatic java.lang.StringMETRIC_REGISTRY_PREFIXstatic java.lang.StringMETRIC_REPLICATION_PREFIXstatic java.lang.StringREMOTE
-
Constructor Summary
Constructors Constructor Description Names()
-
-
-
Field Detail
-
METRIC_PREFIX
public static final java.lang.String METRIC_PREFIX
Eureka metric names consist of three parts [source].[component].[detailed name]:- source - fixed to eurekaServer (and eurekaClient on the client side)
- component - Eureka component, like REST layer, replication, etc
- detailed name - a detailed metric name explaining its purpose
- See Also:
- Constant Field Values
-
METRIC_REPLICATION_PREFIX
public static final java.lang.String METRIC_REPLICATION_PREFIX
- See Also:
- Constant Field Values
-
METRIC_REGISTRY_PREFIX
public static final java.lang.String METRIC_REGISTRY_PREFIX
- See Also:
- Constant Field Values
-
REMOTE
public static final java.lang.String REMOTE
- See Also:
- Constant Field Values
-
-