Class Names


  • public class Names
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static 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
      static java.lang.String METRIC_REGISTRY_PREFIX  
      static java.lang.String METRIC_REPLICATION_PREFIX  
      static java.lang.String REMOTE  
    • Constructor Summary

      Constructors 
      Constructor Description
      Names()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • Names

        public Names()