Enum R2dbcNetAttributesGetter

java.lang.Object
java.lang.Enum<R2dbcNetAttributesGetter>
io.opentelemetry.instrumentation.r2dbc.v1_0.internal.R2dbcNetAttributesGetter
All Implemented Interfaces:
io.opentelemetry.instrumentation.api.instrumenter.network.ServerAttributesGetter<DbExecution,Void>, Serializable, Comparable<R2dbcNetAttributesGetter>, java.lang.constant.Constable

public enum R2dbcNetAttributesGetter extends Enum<R2dbcNetAttributesGetter> implements io.opentelemetry.instrumentation.api.instrumenter.network.ServerAttributesGetter<DbExecution,Void>
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
  • Enum Constant Details

  • Method Details

    • values

      public static R2dbcNetAttributesGetter[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static R2dbcNetAttributesGetter valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getServerAddress

      @Nullable public String getServerAddress(DbExecution request)
      Specified by:
      getServerAddress in interface io.opentelemetry.instrumentation.api.instrumenter.network.ServerAttributesGetter<DbExecution,Void>
    • getServerPort

      @Nullable public Integer getServerPort(DbExecution request)
      Specified by:
      getServerPort in interface io.opentelemetry.instrumentation.api.instrumenter.network.ServerAttributesGetter<DbExecution,Void>