Class OpenTelemetryConstants


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

      Fields 
      Modifier and Type Field Description
      static java.lang.String INSTRUMENTATION_SCOPE  
      static java.util.List<java.lang.Double> LATENCY_BUCKETS  
      static io.opentelemetry.api.common.AttributeKey<java.lang.String> LOCALITY_KEY  
      static io.opentelemetry.api.common.AttributeKey<java.lang.String> METHOD_KEY  
      static java.util.List<java.lang.Long> SIZE_BUCKETS  
      static io.opentelemetry.api.common.AttributeKey<java.lang.String> STATUS_KEY  
      static io.opentelemetry.api.common.AttributeKey<java.lang.String> TARGET_KEY  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • INSTRUMENTATION_SCOPE

        public static final java.lang.String INSTRUMENTATION_SCOPE
        See Also:
        Constant Field Values
      • METHOD_KEY

        public static final io.opentelemetry.api.common.AttributeKey<java.lang.String> METHOD_KEY
      • STATUS_KEY

        public static final io.opentelemetry.api.common.AttributeKey<java.lang.String> STATUS_KEY
      • TARGET_KEY

        public static final io.opentelemetry.api.common.AttributeKey<java.lang.String> TARGET_KEY
      • LOCALITY_KEY

        public static final io.opentelemetry.api.common.AttributeKey<java.lang.String> LOCALITY_KEY
      • LATENCY_BUCKETS

        public static final java.util.List<java.lang.Double> LATENCY_BUCKETS
      • SIZE_BUCKETS

        public static final java.util.List<java.lang.Long> SIZE_BUCKETS
    • Constructor Detail

      • OpenTelemetryConstants

        private OpenTelemetryConstants()