Annotation Interface 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
  • Required Element Summary

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The full descriptor value to use for vendor scoped metrics.
    static final String
    The full descriptor value to use for base scoped metrics.
    static final String
    The MBean descriptor key.
    static final String
    The full descriptor value to use for vendor scoped metrics.
  • Field Details

    • KEY

      static final String KEY
      The MBean descriptor key.
      See Also:
    • 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 Details

    • value

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