Annotation Type MetricsScope


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface MetricsScope
    The MetricsScope descriptor annotation adds a metrics.scope field and its value to the descriptor for an MBean.
    Since:
    12.2.1.4.0
    Author:
    jk 21.06.2019
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static String APPLICATION
      The full descriptor value to use for vendor scoped metrics.
      static String BASE
      The full descriptor value to use for base scoped metrics.
      static String KEY
      The MBean descriptor key.
      static String VENDOR
      The full descriptor value to use for vendor scoped metrics.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      com.tangosol.net.metrics.MBeanMetric.Scope value  
    • Field Detail

      • KEY

        static final String KEY
        The MBean descriptor key.
      • VENDOR

        static final String VENDOR
        The full descriptor value to use for vendor scoped metrics.
      • APPLICATION

        static final String APPLICATION
        The full descriptor value to use for vendor scoped metrics.
      • BASE

        static final String BASE
        The full descriptor value to use for base scoped metrics.
    • Element Detail

      • value

        @DescriptorKey("metric.scope")
        com.tangosol.net.metrics.MBeanMetric.Scope value