Enum Class RedisClientInstrumenterVertxTracer.RedisClientAttributesGetter
java.lang.Object
java.lang.Enum<RedisClientInstrumenterVertxTracer.RedisClientAttributesGetter>
io.quarkus.opentelemetry.runtime.tracing.instrumentation.vertx.RedisClientInstrumenterVertxTracer.RedisClientAttributesGetter
- All Implemented Interfaces:
io.opentelemetry.instrumentation.api.incubator.semconv.db.DbClientAttributesGetter<RedisClientInstrumenterVertxTracer.CommandTrace,,Object> io.opentelemetry.instrumentation.api.incubator.semconv.db.DbClientCommonAttributesGetter<RedisClientInstrumenterVertxTracer.CommandTrace,,Object> io.opentelemetry.instrumentation.api.semconv.network.NetworkAttributesGetter<RedisClientInstrumenterVertxTracer.CommandTrace,,Object> io.opentelemetry.instrumentation.api.semconv.network.ServerAttributesGetter<RedisClientInstrumenterVertxTracer.CommandTrace>,Serializable,Comparable<RedisClientInstrumenterVertxTracer.RedisClientAttributesGetter>,Constable
- Enclosing class:
RedisClientInstrumenterVertxTracer
static enum RedisClientInstrumenterVertxTracer.RedisClientAttributesGetter
extends Enum<RedisClientInstrumenterVertxTracer.RedisClientAttributesGetter>
implements io.opentelemetry.instrumentation.api.incubator.semconv.db.DbClientAttributesGetter<RedisClientInstrumenterVertxTracer.CommandTrace,Object>, io.opentelemetry.instrumentation.api.semconv.network.NetworkAttributesGetter<RedisClientInstrumenterVertxTracer.CommandTrace,Object>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getDbSystem(RedisClientInstrumenterVertxTracer.CommandTrace commandTrace) getNetworkLocalAddress(RedisClientInstrumenterVertxTracer.CommandTrace commandTrace, Object object) getNetworkLocalPort(RedisClientInstrumenterVertxTracer.CommandTrace commandTrace, Object object) getNetworkPeerAddress(RedisClientInstrumenterVertxTracer.CommandTrace commandTrace, Object object) getNetworkPeerPort(RedisClientInstrumenterVertxTracer.CommandTrace commandTrace, Object object) getUser(RedisClientInstrumenterVertxTracer.CommandTrace commandTrace) Deprecated.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface io.opentelemetry.instrumentation.api.incubator.semconv.db.DbClientAttributesGetter
getDbQuerySummary, getOperation, getStatementMethods inherited from interface io.opentelemetry.instrumentation.api.incubator.semconv.db.DbClientCommonAttributesGetter
getResponseStatusMethods inherited from interface io.opentelemetry.instrumentation.api.semconv.network.NetworkAttributesGetter
getNetworkLocalInetSocketAddress, getNetworkPeerInetSocketAddress, getNetworkProtocolName, getNetworkProtocolVersion, getNetworkTransport, getNetworkTypeMethods inherited from interface io.opentelemetry.instrumentation.api.semconv.network.ServerAttributesGetter
getServerAddress, getServerPort
-
Enum Constant Details
-
INSTANCE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
getDbQueryText
- Specified by:
getDbQueryTextin interfaceio.opentelemetry.instrumentation.api.incubator.semconv.db.DbClientAttributesGetter<RedisClientInstrumenterVertxTracer.CommandTrace,Object>
-
getDbOperationName
- Specified by:
getDbOperationNamein interfaceio.opentelemetry.instrumentation.api.incubator.semconv.db.DbClientAttributesGetter<RedisClientInstrumenterVertxTracer.CommandTrace,Object>
-
getDbSystem
- Specified by:
getDbSystemin interfaceio.opentelemetry.instrumentation.api.incubator.semconv.db.DbClientCommonAttributesGetter<RedisClientInstrumenterVertxTracer.CommandTrace,Object>
-
getUser
Deprecated.- Specified by:
getUserin interfaceio.opentelemetry.instrumentation.api.incubator.semconv.db.DbClientCommonAttributesGetter<RedisClientInstrumenterVertxTracer.CommandTrace,Object>
-
getDbNamespace
- Specified by:
getDbNamespacein interfaceio.opentelemetry.instrumentation.api.incubator.semconv.db.DbClientCommonAttributesGetter<RedisClientInstrumenterVertxTracer.CommandTrace,Object>
-
getConnectionString
@Deprecated public String getConnectionString(RedisClientInstrumenterVertxTracer.CommandTrace commandTrace) Deprecated.- Specified by:
getConnectionStringin interfaceio.opentelemetry.instrumentation.api.incubator.semconv.db.DbClientCommonAttributesGetter<RedisClientInstrumenterVertxTracer.CommandTrace,Object>
-
getNetworkLocalAddress
public String getNetworkLocalAddress(RedisClientInstrumenterVertxTracer.CommandTrace commandTrace, Object object) - Specified by:
getNetworkLocalAddressin interfaceio.opentelemetry.instrumentation.api.semconv.network.NetworkAttributesGetter<RedisClientInstrumenterVertxTracer.CommandTrace,Object>
-
getNetworkLocalPort
public Integer getNetworkLocalPort(RedisClientInstrumenterVertxTracer.CommandTrace commandTrace, Object object) - Specified by:
getNetworkLocalPortin interfaceio.opentelemetry.instrumentation.api.semconv.network.NetworkAttributesGetter<RedisClientInstrumenterVertxTracer.CommandTrace,Object>
-
getNetworkPeerAddress
public String getNetworkPeerAddress(RedisClientInstrumenterVertxTracer.CommandTrace commandTrace, Object object) - Specified by:
getNetworkPeerAddressin interfaceio.opentelemetry.instrumentation.api.semconv.network.NetworkAttributesGetter<RedisClientInstrumenterVertxTracer.CommandTrace,Object>
-
getNetworkPeerPort
public Integer getNetworkPeerPort(RedisClientInstrumenterVertxTracer.CommandTrace commandTrace, Object object) - Specified by:
getNetworkPeerPortin interfaceio.opentelemetry.instrumentation.api.semconv.network.NetworkAttributesGetter<RedisClientInstrumenterVertxTracer.CommandTrace,Object>
-