Class Meter.Scope

java.lang.Object
io.helidon.metrics.api.Meter.Scope
Enclosing interface:
Meter

@Deprecated(forRemoval=true, since="27.0.0") public static class Meter.Scope extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Core metrics ignores scope values, and this type will be removed.
Legacy scope constants retained for compatibility.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Core metrics ignores scope values, and this constant will be removed.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Core metrics ignores scope values, and this constant will be removed.
    static final Set<String>
    Deprecated, for removal: This API element is subject to removal in a future version.
    Core metrics ignores scope values, and this constant will be removed.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Core metrics ignores scope values, and this constant will be removed.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Core metrics ignores scope values, and this constant will be removed.
  • Method Summary

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • APPLICATION

      @Deprecated(forRemoval=true, since="27.0.0") public static final String APPLICATION
      Deprecated, for removal: This API element is subject to removal in a future version.
      Core metrics ignores scope values, and this constant will be removed.
      Legacy application scope value retained for compatibility.
      See Also:
    • BASE

      @Deprecated(forRemoval=true, since="27.0.0") public static final String BASE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Core metrics ignores scope values, and this constant will be removed.
      Legacy base scope value retained for compatibility.
      See Also:
    • VENDOR

      @Deprecated(forRemoval=true, since="27.0.0") public static final String VENDOR
      Deprecated, for removal: This API element is subject to removal in a future version.
      Core metrics ignores scope values, and this constant will be removed.
      Legacy vendor scope value retained for compatibility.
      See Also:
    • BUILT_IN_SCOPES

      @Deprecated(forRemoval=true, since="27.0.0") public static final Set<String> BUILT_IN_SCOPES
      Deprecated, for removal: This API element is subject to removal in a future version.
      Core metrics ignores scope values, and this constant will be removed.
      Legacy built-in scope values retained for compatibility.
    • DEFAULT

      @Deprecated(forRemoval=true, since="27.0.0") public static final String DEFAULT
      Deprecated, for removal: This API element is subject to removal in a future version.
      Core metrics ignores scope values, and this constant will be removed.
      Legacy default scope value retained for compatibility.
      See Also: