Class EurekaClientNames


  • public final class EurekaClientNames
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BOOTSTRAP  
      static java.lang.String METRIC_PREFIX
      Eureka metric names consist of three parts [source].[component].[detailed name]: source - fixed to eurekaClient (and eurekaServer on the server side) component - Eureka component, like registry cache detailed name - a detailed metric name explaining its purpose
      static java.lang.String METRIC_REGISTRATION_PREFIX  
      static java.lang.String METRIC_REGISTRY_PREFIX  
      static java.lang.String METRIC_RESOLVER_PREFIX  
      static java.lang.String METRIC_TRANSPORT_PREFIX  
      static java.lang.String QUERY  
      static java.lang.String REGISTRATION  
      static java.lang.String RESOLVER  
    • 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 eurekaClient (and eurekaServer on the server side)
        • component - Eureka component, like registry cache
        • detailed name - a detailed metric name explaining its purpose
        See Also:
        Constant Field Values
      • METRIC_REGISTRATION_PREFIX

        public static final java.lang.String METRIC_REGISTRATION_PREFIX
        See Also:
        Constant Field Values
      • METRIC_REGISTRY_PREFIX

        public static final java.lang.String METRIC_REGISTRY_PREFIX
        See Also:
        Constant Field Values
      • METRIC_RESOLVER_PREFIX

        public static final java.lang.String METRIC_RESOLVER_PREFIX
        See Also:
        Constant Field Values
      • METRIC_TRANSPORT_PREFIX

        public static final java.lang.String METRIC_TRANSPORT_PREFIX
        See Also:
        Constant Field Values