Class ZosIncubatingAttributes

java.lang.Object
io.opentelemetry.semconv.incubating.ZosIncubatingAttributes

public final class ZosIncubatingAttributes extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final io.opentelemetry.api.common.AttributeKey<String>
    The System Management Facility (SMF) Identifier uniquely identified a z/OS system within a SYSPLEX or mainframe environment and is used for system and performance analysis.
    static final io.opentelemetry.api.common.AttributeKey<String>
    The name of the SYSPLEX to which the z/OS system belongs too.
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • ZOS_SMF_ID

      public static final io.opentelemetry.api.common.AttributeKey<String> ZOS_SMF_ID
      The System Management Facility (SMF) Identifier uniquely identified a z/OS system within a SYSPLEX or mainframe environment and is used for system and performance analysis.
    • ZOS_SYSPLEX_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> ZOS_SYSPLEX_NAME
      The name of the SYSPLEX to which the z/OS system belongs too.