Index

B C D E F G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values

B

batchCallback(Runnable, ObservableMeasurement, ObservableMeasurement...) - Method in class io.opentelemetry.instrumentation.api.metrics.db.DbConnectionPoolMetrics
 
build() - Method in class io.opentelemetry.instrumentation.api.instrumenter.db.SqlClientAttributesExtractorBuilder
Returns a new SqlClientAttributesExtractor with the settings of this SqlClientAttributesExtractorBuilder.
build() - Method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientAttributesExtractorBuilder
build() - Method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerAttributesExtractorBuilder
build() - Method in class io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesExtractorBuilder
Returns a new MessagingAttributesExtractor with the settings of this MessagingAttributesExtractorBuilder.
builder(SqlClientAttributesGetter<REQUEST>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.db.SqlClientAttributesExtractor
Returns a new SqlClientAttributesExtractorBuilder that can be used to configure the SQL client attributes extractor.
builder(HttpClientAttributesGetter<REQUEST, RESPONSE>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientAttributesExtractor
builder(HttpClientAttributesGetter<REQUEST, RESPONSE>, NetClientAttributesGetter<REQUEST, RESPONSE>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientAttributesExtractor
Returns a new HttpClientAttributesExtractorBuilder that can be used to configure the HTTP client attributes extractor.
builder(HttpServerAttributesGetter<REQUEST, RESPONSE>, NetServerAttributesGetter<REQUEST>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerAttributesExtractor
Returns a new HttpServerAttributesExtractorBuilder that can be used to configure the HTTP client attributes extractor.
builder(MessagingAttributesGetter<REQUEST, RESPONSE>, MessageOperation) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesExtractor
Returns a new MessagingAttributesExtractorBuilder for the given operation that can be used to configure the messaging attributes extractor.

C

ClassAndMethod - Class in io.opentelemetry.instrumentation.api.instrumenter.util
 
ClassAndMethod() - Constructor for class io.opentelemetry.instrumentation.api.instrumenter.util.ClassAndMethod
 
CodeAttributesExtractor<REQUEST,RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.code
codeAttributesGetter() - Static method in class io.opentelemetry.instrumentation.api.instrumenter.util.ClassAndMethod
 
CodeAttributesGetter<REQUEST> - Interface in io.opentelemetry.instrumentation.api.instrumenter.code
An interface for getting code attributes.
codeClass(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.code.CodeAttributesGetter
CodeSpanNameExtractor<REQUEST> - Class in io.opentelemetry.instrumentation.api.instrumenter.code
A helper SpanNameExtractor implementation for instrumentations that target specific Java classes/methods.
computeSpanName(String, String, String) - Method in class io.opentelemetry.instrumentation.api.instrumenter.db.DbClientSpanNameExtractor
 
connectionCreateTime() - Method in class io.opentelemetry.instrumentation.api.metrics.db.DbConnectionPoolMetrics
 
connections() - Method in class io.opentelemetry.instrumentation.api.metrics.db.DbConnectionPoolMetrics
 
connectionString(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.db.DbClientCommonAttributesGetter
connectionTimeouts() - Method in class io.opentelemetry.instrumentation.api.metrics.db.DbConnectionPoolMetrics
 
connectionUseTime() - Method in class io.opentelemetry.instrumentation.api.metrics.db.DbConnectionPoolMetrics
 
connectionWaitTime() - Method in class io.opentelemetry.instrumentation.api.metrics.db.DbConnectionPoolMetrics
 
CONTROLLER - Enum constant in enum io.opentelemetry.instrumentation.api.instrumenter.http.HttpRouteSource
 
conversationId(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
COUCHBASE - Enum constant in enum io.opentelemetry.instrumentation.api.db.SqlDialect
 
create(boolean) - Static method in class io.opentelemetry.instrumentation.api.db.RedisCommandSanitizer
 
create(boolean) - Static method in class io.opentelemetry.instrumentation.api.db.SqlStatementSanitizer
 
create(OpenTelemetry, String, String) - Static method in class io.opentelemetry.instrumentation.api.metrics.db.DbConnectionPoolMetrics
 
create(CodeAttributesGetter<REQUEST>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.code.CodeAttributesExtractor
Creates the code attributes extractor.
create(CodeAttributesGetter<REQUEST>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.code.CodeSpanNameExtractor
Returns a SpanNameExtractor that constructs the span name according to the following pattern: <class.simpleName>.<methodName>.
create(DbClientAttributesGetter<REQUEST>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.db.DbClientAttributesExtractor
Creates the database client attributes extractor with default configuration.
create(DbClientAttributesGetter<REQUEST>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.db.DbClientSpanNameExtractor
Returns a SpanNameExtractor that constructs the span name according to DB semantic conventions: <db.operation> <db.name>.
create(SqlClientAttributesGetter<REQUEST>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.db.DbClientSpanNameExtractor
Returns a SpanNameExtractor that constructs the span name according to DB semantic conventions: <db.operation> <db.name>.<identifier>.
create(SqlClientAttributesGetter<REQUEST>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.db.SqlClientAttributesExtractor
Creates the SQL client attributes extractor with default configuration.
create(HttpClientAttributesGetter<? super REQUEST, ? super RESPONSE>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpSpanStatusExtractor
Returns the SpanStatusExtractor for HTTP requests, which will use the HTTP status code to determine the StatusCode if available or fallback to the default status otherwise.
create(HttpClientAttributesGetter<REQUEST, RESPONSE>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientAttributesExtractor
create(HttpClientAttributesGetter<REQUEST, RESPONSE>, NetClientAttributesGetter<REQUEST, RESPONSE>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientAttributesExtractor
Creates the HTTP client attributes extractor with default configuration.
create(HttpCommonAttributesGetter<REQUEST, ?>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpSpanNameExtractor
Returns a SpanNameExtractor which should be used for HTTP requests.
create(HttpServerAttributesGetter<? super REQUEST, ? super RESPONSE>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpSpanStatusExtractor
Returns the SpanStatusExtractor for HTTP requests, which will use the HTTP status code to determine the StatusCode if available or fallback to the default status otherwise.
create(HttpServerAttributesGetter<REQUEST, ?>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpRouteHolder
Returns a ContextCustomizer that initializes a HttpRouteHolder in the Context returned from Instrumenter.start(Context, Object).
create(HttpServerAttributesGetter<REQUEST, RESPONSE>, NetServerAttributesGetter<REQUEST>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerAttributesExtractor
Creates the HTTP server attributes extractor with default configuration.
create(MessagingAttributesGetter<REQUEST, ?>, MessageOperation) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingSpanNameExtractor
Returns a SpanNameExtractor that constructs the span name according to messaging semantic conventions: <destination name> <operation name>.
create(MessagingAttributesGetter<REQUEST, RESPONSE>, MessageOperation) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesExtractor
Creates the messaging attributes extractor for the given operation with default configuration.
create(NetClientAttributesGetter<REQUEST, RESPONSE>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.net.NetClientAttributesExtractor
 
create(NetClientAttributesGetter<REQUEST, RESPONSE>, Map<String, String>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.net.PeerServiceAttributesExtractor
Returns a new PeerServiceAttributesExtractor that will use the passed netAttributesExtractor instance to determine the value of the peer.service attribute.
create(NetServerAttributesGetter<REQUEST>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesExtractor
 
create(RpcAttributesGetter<REQUEST>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcClientAttributesExtractor
Creates the RPC client attributes extractor.
create(RpcAttributesGetter<REQUEST>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcServerAttributesExtractor
Creates the RPC server attributes extractor.
create(RpcAttributesGetter<REQUEST>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcSpanNameExtractor
Returns a SpanNameExtractor that constructs the span name according to RPC semantic conventions: <rpc.service>/<rpc.method>.
create(Class<?>, String) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.util.ClassAndMethod
 
create(String, String, String) - Static method in class io.opentelemetry.instrumentation.api.db.SqlStatementInfo
 

D

DbClientAttributesExtractor<REQUEST,RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.db
DbClientAttributesGetter<REQUEST> - Interface in io.opentelemetry.instrumentation.api.instrumenter.db
An interface for getting database client attributes.
DbClientCommonAttributesGetter<REQUEST> - Interface in io.opentelemetry.instrumentation.api.instrumenter.db
An interface for getting attributes common to database clients.
DbClientSpanNameExtractor<REQUEST> - Class in io.opentelemetry.instrumentation.api.instrumenter.db
 
DbConnectionPoolMetrics - Class in io.opentelemetry.instrumentation.api.metrics.db
declaringClass() - Method in class io.opentelemetry.instrumentation.api.instrumenter.util.ClassAndMethod
 
DEFAULT - Enum constant in enum io.opentelemetry.instrumentation.api.db.SqlDialect
 
destination(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
destinationKind(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter

E

extract(SpanStatusBuilder, REQUEST, RESPONSE, Throwable) - Method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpSpanStatusExtractor
 
extract(REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.code.CodeSpanNameExtractor
 
extract(REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpSpanNameExtractor
 
extract(REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingSpanNameExtractor
 
extract(REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcSpanNameExtractor
 

F

FallbackNamePortGetter<REQUEST> - Interface in io.opentelemetry.instrumentation.api.instrumenter.net.internal
This class is internal and is hence not for public use.
FILTER - Enum constant in enum io.opentelemetry.instrumentation.api.instrumenter.http.HttpRouteSource
 
flavor(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerAttributesGetter
flavor(REQUEST, RESPONSE) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientAttributesGetter
fromContextOrNull(Context) - Static method in class io.opentelemetry.instrumentation.api.server.ServerSpan
Deprecated.
Returns span of type SpanKind.SERVER from the given context or null if not found.
fromMethod(Class<?>, String) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.util.SpanNames
This method is used to generate a span name based on a method.
fromMethod(Method) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.util.SpanNames
This method is used to generate a span name based on a method.

G

get() - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientMetrics
Returns a OperationMetrics which can be used to enable recording of HttpClientMetrics on an InstrumenterBuilder.
get() - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpRouteHolder
get() - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerMetrics
Returns a OperationMetrics which can be used to enable recording of HttpServerMetrics on an InstrumenterBuilder.
get() - Static method in class io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcClientMetrics
Returns a OperationMetrics which can be used to enable recording of RpcClientMetrics on an InstrumenterBuilder.
get() - Static method in class io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcServerMetrics
Returns a OperationMetrics which can be used to enable recording of RpcServerMetrics on an InstrumenterBuilder.
get(Context, T) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpRouteGetter
Returns the http.route attribute extracted from context and arg; or null if it was not found.
get(Context, T, U) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpRouteBiGetter
Returns the http.route attribute extracted from context, arg1 and arg2; or null if it was not found.
getAttributes() - Method in class io.opentelemetry.instrumentation.api.metrics.db.DbConnectionPoolMetrics
 
getCodeClass(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.code.CodeAttributesGetter
 
getConnectionString(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.db.DbClientCommonAttributesGetter
 
getConversationId(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
 
getDestination(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
 
getDestinationKind(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
 
getFlavor(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerAttributesGetter
 
getFlavor(REQUEST, RESPONSE) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientAttributesGetter
Extracts the http.flavor span attribute.
getFullStatement() - Method in class io.opentelemetry.instrumentation.api.db.SqlStatementInfo
 
getHostName(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesGetter
 
getHostPort(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesGetter
 
getHostSocketAddress(REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.InetSocketAddressNetServerAttributesGetter
 
getIdleConnectionsAttributes() - Method in class io.opentelemetry.instrumentation.api.metrics.db.DbConnectionPoolMetrics
 
getMainIdentifier() - Method in class io.opentelemetry.instrumentation.api.db.SqlStatementInfo
 
getMessageHeader(REQUEST, String) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
Extracts all values of header named name from the request, or an empty list if there were none.
getMessageId(REQUEST, RESPONSE) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
 
getMessagePayloadCompressedSize(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
 
getMessagePayloadSize(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
 
getMethod(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpCommonAttributesGetter
 
getMethod(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcAttributesGetter
 
getMethodName(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.code.CodeAttributesGetter
 
getName(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.db.DbClientCommonAttributesGetter
 
getOperation() - Method in class io.opentelemetry.instrumentation.api.db.SqlStatementInfo
 
getOperation(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.db.DbClientAttributesGetter
 
getPeerName(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetClientAttributesGetter
 
getPeerPort(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetClientAttributesGetter
 
getPeerSocketAddress(REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.InetSocketAddressNetServerAttributesGetter
 
getPeerSocketAddress(REQUEST, RESPONSE) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.InetSocketAddressNetClientAttributesGetter
 
getProtocol(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
 
getProtocolVersion(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
 
getRawStatement(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.db.SqlClientAttributesGetter
Get the raw SQL statement.
getRequestHeader(REQUEST, String) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpCommonAttributesGetter
Extracts all values of header named name from the request, or an empty list if there were none.
getResponseHeader(REQUEST, RESPONSE, String) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpCommonAttributesGetter
Extracts all values of header named name from the response, or an empty list if there were none.
getRoute(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerAttributesGetter
 
getScheme(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerAttributesGetter
 
getService(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcAttributesGetter
 
getSockFamily(REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.InetSocketAddressNetServerAttributesGetter
 
getSockFamily(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesGetter
 
getSockFamily(REQUEST, RESPONSE) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.InetSocketAddressNetClientAttributesGetter
 
getSockFamily(REQUEST, RESPONSE) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetClientAttributesGetter
 
getSockHostAddr(REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.InetSocketAddressNetServerAttributesGetter
 
getSockHostAddr(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesGetter
 
getSockHostPort(REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.InetSocketAddressNetServerAttributesGetter
 
getSockHostPort(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesGetter
 
getSockPeerAddr(REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.InetSocketAddressNetServerAttributesGetter
 
getSockPeerAddr(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesGetter
 
getSockPeerAddr(REQUEST, RESPONSE) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.InetSocketAddressNetClientAttributesGetter
 
getSockPeerAddr(REQUEST, RESPONSE) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetClientAttributesGetter
 
getSockPeerName(REQUEST, RESPONSE) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.InetSocketAddressNetClientAttributesGetter
 
getSockPeerName(REQUEST, RESPONSE) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetClientAttributesGetter
 
getSockPeerPort(REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.InetSocketAddressNetServerAttributesGetter
 
getSockPeerPort(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesGetter
 
getSockPeerPort(REQUEST, RESPONSE) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.InetSocketAddressNetClientAttributesGetter
 
getSockPeerPort(REQUEST, RESPONSE) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetClientAttributesGetter
 
getStatement(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.db.DbClientAttributesGetter
 
getStatusCode(REQUEST, RESPONSE, Throwable) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpCommonAttributesGetter
Extracts the http.status_code span attribute.
getSystem(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.db.DbClientCommonAttributesGetter
 
getSystem(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
 
getSystem(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcAttributesGetter
 
getTarget(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerAttributesGetter
 
getTransport(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesGetter
 
getTransport(REQUEST, RESPONSE) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetClientAttributesGetter
 
getUrl(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientAttributesGetter
 
getUrl(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
 
getUsedConnectionsAttributes() - Method in class io.opentelemetry.instrumentation.api.metrics.db.DbConnectionPoolMetrics
 
getUser(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.db.DbClientCommonAttributesGetter
 

H

header(REQUEST, String) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
hostName(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesGetter
hostPort(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesGetter
HttpClientAttributesExtractor<REQUEST,RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.http
HttpClientAttributesExtractorBuilder<REQUEST,RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.http
HttpClientAttributesGetter<REQUEST,RESPONSE> - Interface in io.opentelemetry.instrumentation.api.instrumenter.http
An interface for getting HTTP client attributes.
HttpClientMetrics - Class in io.opentelemetry.instrumentation.api.instrumenter.http
OperationListener which keeps track of HTTP client metrics.
HttpCommonAttributesGetter<REQUEST,RESPONSE> - Interface in io.opentelemetry.instrumentation.api.instrumenter.http
An interface for getting HTTP attributes common to clients and servers.
HttpRouteBiGetter<T,U> - Interface in io.opentelemetry.instrumentation.api.instrumenter.http
An interface for getting the http.route attribute.
HttpRouteGetter<T> - Interface in io.opentelemetry.instrumentation.api.instrumenter.http
An interface for getting the http.route attribute.
HttpRouteHolder - Class in io.opentelemetry.instrumentation.api.instrumenter.http
A helper class that keeps track of the http.route attribute value during HTTP server request processing.
HttpRouteSource - Enum in io.opentelemetry.instrumentation.api.instrumenter.http
Represents the source that provided the http.route attribute.
HttpServerAttributesExtractor<REQUEST,RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.http
HttpServerAttributesExtractorBuilder<REQUEST,RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.http
HttpServerAttributesGetter<REQUEST,RESPONSE> - Interface in io.opentelemetry.instrumentation.api.instrumenter.http
An interface for getting HTTP server attributes.
HttpServerMetrics - Class in io.opentelemetry.instrumentation.api.instrumenter.http
OperationListener which keeps track of HTTP server metrics.
HttpSpanNameExtractor<REQUEST> - Class in io.opentelemetry.instrumentation.api.instrumenter.http
Extractor of the HTTP span name.
HttpSpanStatusExtractor<REQUEST,RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.http
Extractor of the HTTP span status.

I

InetSocketAddressNetClientAttributesGetter<REQUEST,RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.net
InetSocketAddressNetClientAttributesGetter() - Constructor for class io.opentelemetry.instrumentation.api.instrumenter.net.InetSocketAddressNetClientAttributesGetter
 
InetSocketAddressNetServerAttributesGetter<REQUEST> - Class in io.opentelemetry.instrumentation.api.instrumenter.net
InetSocketAddressNetServerAttributesGetter() - Constructor for class io.opentelemetry.instrumentation.api.instrumenter.net.InetSocketAddressNetServerAttributesGetter
 
internalGetSpanKey() - Method in class io.opentelemetry.instrumentation.api.instrumenter.db.SqlClientAttributesExtractor
This method is internal and is hence not for public use.
internalGetSpanKey() - Method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientAttributesExtractor
This method is internal and is hence not for public use.
internalGetSpanKey() - Method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerAttributesExtractor
This method is internal and is hence not for public use.
internalGetSpanKey() - Method in class io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesExtractor
This method is internal and is hence not for public use.
internalGetSpanKey() - Method in class io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcClientAttributesExtractor
This method is internal and is hence not for public use.
internalGetSpanKey() - Method in class io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcServerAttributesExtractor
This method is internal and is hence not for public use.
InternalNetClientAttributesExtractor<REQUEST,RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.net.internal
This class is internal and is hence not for public use.
InternalNetClientAttributesExtractor(NetClientAttributesGetter<REQUEST, RESPONSE>, BiPredicate<Integer, REQUEST>, FallbackNamePortGetter<REQUEST>) - Constructor for class io.opentelemetry.instrumentation.api.instrumenter.net.internal.InternalNetClientAttributesExtractor
 
InternalNetServerAttributesExtractor<REQUEST> - Class in io.opentelemetry.instrumentation.api.instrumenter.net.internal
This class is internal and is hence not for public use.
InternalNetServerAttributesExtractor(NetServerAttributesGetter<REQUEST>, BiPredicate<Integer, REQUEST>, FallbackNamePortGetter<REQUEST>) - Constructor for class io.opentelemetry.instrumentation.api.instrumenter.net.internal.InternalNetServerAttributesExtractor
 
io.opentelemetry.instrumentation.api.db - package io.opentelemetry.instrumentation.api.db
 
io.opentelemetry.instrumentation.api.instrumenter.code - package io.opentelemetry.instrumentation.api.instrumenter.code
 
io.opentelemetry.instrumentation.api.instrumenter.db - package io.opentelemetry.instrumentation.api.instrumenter.db
 
io.opentelemetry.instrumentation.api.instrumenter.http - package io.opentelemetry.instrumentation.api.instrumenter.http
 
io.opentelemetry.instrumentation.api.instrumenter.messaging - package io.opentelemetry.instrumentation.api.instrumenter.messaging
 
io.opentelemetry.instrumentation.api.instrumenter.net - package io.opentelemetry.instrumentation.api.instrumenter.net
 
io.opentelemetry.instrumentation.api.instrumenter.net.internal - package io.opentelemetry.instrumentation.api.instrumenter.net.internal
 
io.opentelemetry.instrumentation.api.instrumenter.rpc - package io.opentelemetry.instrumentation.api.instrumenter.rpc
 
io.opentelemetry.instrumentation.api.instrumenter.util - package io.opentelemetry.instrumentation.api.instrumenter.util
 
io.opentelemetry.instrumentation.api.log - package io.opentelemetry.instrumentation.api.log
 
io.opentelemetry.instrumentation.api.metrics.db - package io.opentelemetry.instrumentation.api.metrics.db
 
io.opentelemetry.instrumentation.api.server - package io.opentelemetry.instrumentation.api.server
 
isTemporaryDestination(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
 

L

LoggingContextConstants - Class in io.opentelemetry.instrumentation.api.log
This class contains several constants used in logging libraries' Mapped Diagnostic Context instrumentations.

M

maxConnections() - Method in class io.opentelemetry.instrumentation.api.metrics.db.DbConnectionPoolMetrics
 
maxIdleConnections() - Method in class io.opentelemetry.instrumentation.api.metrics.db.DbConnectionPoolMetrics
 
messageId(REQUEST, RESPONSE) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
MessageOperation - Enum in io.opentelemetry.instrumentation.api.instrumenter.messaging
Represents type of operations that may be used in a messaging system.
messagePayloadCompressedSize(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
messagePayloadSize(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
MessagingAttributesExtractor<REQUEST,RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.messaging
Extractor of messaging attributes.
MessagingAttributesExtractorBuilder<REQUEST,RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.messaging
MessagingAttributesGetter<REQUEST,RESPONSE> - Interface in io.opentelemetry.instrumentation.api.instrumenter.messaging
An interface for getting messaging attributes.
MessagingSpanNameExtractor<REQUEST> - Class in io.opentelemetry.instrumentation.api.instrumenter.messaging
 
method(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpCommonAttributesGetter
method(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcAttributesGetter
Deprecated.
methodName() - Method in class io.opentelemetry.instrumentation.api.instrumenter.util.ClassAndMethod
 
methodName(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.code.CodeAttributesGetter
minIdleConnections() - Method in class io.opentelemetry.instrumentation.api.metrics.db.DbConnectionPoolMetrics
 

N

name(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.db.DbClientCommonAttributesGetter
name(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.internal.FallbackNamePortGetter
 
NESTED_CONTROLLER - Enum constant in enum io.opentelemetry.instrumentation.api.instrumenter.http.HttpRouteSource
 
NetClientAttributesExtractor<REQUEST,RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.net
Extractor of Network attributes.
NetClientAttributesGetter<REQUEST,RESPONSE> - Interface in io.opentelemetry.instrumentation.api.instrumenter.net
An interface for getting client-based network attributes.
NetServerAttributesExtractor<REQUEST,RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.net
Extractor of Network attributes.
NetServerAttributesGetter<REQUEST> - Interface in io.opentelemetry.instrumentation.api.instrumenter.net
An interface for getting server-based network attributes.
noop() - Static method in interface io.opentelemetry.instrumentation.api.instrumenter.net.internal.FallbackNamePortGetter
 

O

onEnd(AttributesBuilder, Context, REQUEST, RESPONSE, Throwable) - Method in class io.opentelemetry.instrumentation.api.instrumenter.code.CodeAttributesExtractor
 
onEnd(AttributesBuilder, Context, REQUEST, RESPONSE, Throwable) - Method in class io.opentelemetry.instrumentation.api.instrumenter.db.SqlClientAttributesExtractor
 
onEnd(AttributesBuilder, Context, REQUEST, RESPONSE, Throwable) - Method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientAttributesExtractor
 
onEnd(AttributesBuilder, Context, REQUEST, RESPONSE, Throwable) - Method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerAttributesExtractor
 
onEnd(AttributesBuilder, Context, REQUEST, RESPONSE, Throwable) - Method in class io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesExtractor
 
onEnd(AttributesBuilder, Context, REQUEST, RESPONSE, Throwable) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.NetClientAttributesExtractor
 
onEnd(AttributesBuilder, Context, REQUEST, RESPONSE, Throwable) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesExtractor
 
onEnd(AttributesBuilder, Context, REQUEST, RESPONSE, Throwable) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.PeerServiceAttributesExtractor
 
onEnd(AttributesBuilder, Context, REQUEST, RESPONSE, Throwable) - Method in class io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcClientAttributesExtractor
 
onEnd(AttributesBuilder, REQUEST, RESPONSE) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.internal.InternalNetClientAttributesExtractor
 
onEnd(Context, Attributes, long) - Method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientMetrics
 
onEnd(Context, Attributes, long) - Method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerMetrics
 
onEnd(Context, Attributes, long) - Method in class io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcClientMetrics
 
onEnd(Context, Attributes, long) - Method in class io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcServerMetrics
 
onStart(AttributesBuilder, Context, REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.code.CodeAttributesExtractor
 
onStart(AttributesBuilder, Context, REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.db.DbClientAttributesExtractor
 
onStart(AttributesBuilder, Context, REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.db.SqlClientAttributesExtractor
 
onStart(AttributesBuilder, Context, REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientAttributesExtractor
 
onStart(AttributesBuilder, Context, REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerAttributesExtractor
 
onStart(AttributesBuilder, Context, REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesExtractor
 
onStart(AttributesBuilder, Context, REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.NetClientAttributesExtractor
 
onStart(AttributesBuilder, Context, REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesExtractor
 
onStart(AttributesBuilder, Context, REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.PeerServiceAttributesExtractor
 
onStart(AttributesBuilder, Context, REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcClientAttributesExtractor
 
onStart(AttributesBuilder, REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.internal.InternalNetClientAttributesExtractor
 
onStart(AttributesBuilder, REQUEST) - Method in class io.opentelemetry.instrumentation.api.instrumenter.net.internal.InternalNetServerAttributesExtractor
 
onStart(Context, Attributes, long) - Method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientMetrics
 
onStart(Context, Attributes, long) - Method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerMetrics
 
onStart(Context, Attributes, long) - Method in class io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcClientMetrics
 
onStart(Context, Attributes, long) - Method in class io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcServerMetrics
 
operation(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.db.DbClientAttributesGetter

P

peerName(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetClientAttributesGetter
peerPort(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetClientAttributesGetter
PeerServiceAttributesExtractor<REQUEST,RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.net
Extractor of the peer.service span attribute, described in the specification.
pendingRequestsForConnection() - Method in class io.opentelemetry.instrumentation.api.metrics.db.DbConnectionPoolMetrics
 
port(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.internal.FallbackNamePortGetter
 
PROCESS - Enum constant in enum io.opentelemetry.instrumentation.api.instrumenter.messaging.MessageOperation
 
protocol(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
protocolVersion(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter

R

rawStatement(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.db.SqlClientAttributesGetter
RECEIVE - Enum constant in enum io.opentelemetry.instrumentation.api.instrumenter.messaging.MessageOperation
 
RedisCommandSanitizer - Class in io.opentelemetry.instrumentation.api.db
This class is responsible for masking potentially sensitive data in Redis commands.
requestHeader(REQUEST, String) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpCommonAttributesGetter
responseHeader(REQUEST, RESPONSE, String) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpCommonAttributesGetter
route(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerAttributesGetter
RpcAttributesGetter<REQUEST> - Interface in io.opentelemetry.instrumentation.api.instrumenter.rpc
An interface for getting RPC attributes.
RpcClientAttributesExtractor<REQUEST,RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.rpc
Extractor of RPC client attributes.
RpcClientMetrics - Class in io.opentelemetry.instrumentation.api.instrumenter.rpc
OperationListener which keeps track of RPC client metrics.
RpcServerAttributesExtractor<REQUEST,RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.rpc
Extractor of RPC server attributes.
RpcServerMetrics - Class in io.opentelemetry.instrumentation.api.instrumenter.rpc
OperationListener which keeps track of RPC server metrics.
RpcSpanNameExtractor<REQUEST> - Class in io.opentelemetry.instrumentation.api.instrumenter.rpc
A SpanNameExtractor for RPC requests.

S

sanitize(String) - Method in class io.opentelemetry.instrumentation.api.db.SqlStatementSanitizer
 
sanitize(String, SqlDialect) - Method in class io.opentelemetry.instrumentation.api.db.SqlStatementSanitizer
 
sanitize(String, List<?>) - Method in class io.opentelemetry.instrumentation.api.db.RedisCommandSanitizer
 
scheme(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerAttributesGetter
SEND - Enum constant in enum io.opentelemetry.instrumentation.api.instrumenter.messaging.MessageOperation
 
ServerSpan - Class in io.opentelemetry.instrumentation.api.server
Deprecated.
Use LocalRootSpan instead.
service(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcAttributesGetter
Deprecated.
SERVLET - Enum constant in enum io.opentelemetry.instrumentation.api.instrumenter.http.HttpRouteSource
 
setCapturedHeaders(List<String>) - Method in class io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesExtractorBuilder
Configures the messaging headers that will be captured as span attributes.
setCapturedRequestHeaders(List<String>) - Method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientAttributesExtractorBuilder
Configures the HTTP request headers that will be captured as span attributes as described in HTTP semantic conventions.
setCapturedRequestHeaders(List<String>) - Method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerAttributesExtractorBuilder
Configures the HTTP request headers that will be captured as span attributes as described in HTTP semantic conventions.
setCapturedResponseHeaders(List<String>) - Method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientAttributesExtractorBuilder
Configures the HTTP response headers that will be captured as span attributes as described in HTTP semantic conventions.
setCapturedResponseHeaders(List<String>) - Method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerAttributesExtractorBuilder
Configures the HTTP response headers that will be captured as span attributes as described in HTTP semantic conventions.
setStatementSanitizationEnabled(boolean) - Method in class io.opentelemetry.instrumentation.api.instrumenter.db.SqlClientAttributesExtractorBuilder
Sets whether the db.statement attribute extracted by the constructed SqlClientAttributesExtractor should be sanitized.
setTableAttribute(AttributeKey<String>) - Method in class io.opentelemetry.instrumentation.api.instrumenter.db.SqlClientAttributesExtractorBuilder
Configures the extractor to set the table value extracted by the SqlClientAttributesExtractor under the dbTableAttribute key.
sockFamily(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesGetter
sockFamily(REQUEST, RESPONSE) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetClientAttributesGetter
sockHostAddr(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesGetter
sockHostPort(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesGetter
sockPeerAddr(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesGetter
sockPeerAddr(REQUEST, RESPONSE) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetClientAttributesGetter
sockPeerName(REQUEST, RESPONSE) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetClientAttributesGetter
sockPeerPort(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesGetter
sockPeerPort(REQUEST, RESPONSE) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetClientAttributesGetter
SPAN_ID - Static variable in class io.opentelemetry.instrumentation.api.log.LoggingContextConstants
Key under which the current span id will be injected into the context data.
SpanNames - Class in io.opentelemetry.instrumentation.api.instrumenter.util
 
SqlClientAttributesExtractor<REQUEST,RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.db
Extractor of database attributes.
SqlClientAttributesExtractorBuilder<REQUEST,RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.db
SqlClientAttributesGetter<REQUEST> - Interface in io.opentelemetry.instrumentation.api.instrumenter.db
An interface for getting SQL database client attributes.
SqlDialect - Enum in io.opentelemetry.instrumentation.api.db
Enumeration of sql dialects that are handled differently by SqlStatementSanitizer.
SqlStatementInfo - Class in io.opentelemetry.instrumentation.api.db
 
SqlStatementInfo() - Constructor for class io.opentelemetry.instrumentation.api.db.SqlStatementInfo
 
SqlStatementSanitizer - Class in io.opentelemetry.instrumentation.api.db
This class is responsible for masking potentially sensitive parameters in SQL (and SQL-like) statements and queries.
statement(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.db.DbClientAttributesGetter
statusCode(REQUEST, RESPONSE, Throwable) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpCommonAttributesGetter
system(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.db.DbClientCommonAttributesGetter
system(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
system(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcAttributesGetter
Deprecated.

T

target(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerAttributesGetter
temporaryDestination(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
TRACE_FLAGS - Static variable in class io.opentelemetry.instrumentation.api.log.LoggingContextConstants
Key under which the current trace flags will be injected into the context data.
TRACE_ID - Static variable in class io.opentelemetry.instrumentation.api.log.LoggingContextConstants
Key under which the current trace id will be injected into the context data.
transport(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesGetter
transport(REQUEST, RESPONSE) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetClientAttributesGetter

U

updateHttpRoute(Context, HttpRouteSource, HttpRouteBiGetter<T, U>, T, U) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpRouteHolder
Updates the http.route attribute in the received context.
updateHttpRoute(Context, HttpRouteSource, HttpRouteGetter<T>, T) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpRouteHolder
Updates the http.route attribute in the received context.
updateHttpRoute(Context, HttpRouteSource, String) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpRouteHolder
Updates the http.route attribute in the received context.
url(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientAttributesGetter
url(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesGetter
user(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.db.DbClientCommonAttributesGetter

V

valueOf(String) - Static method in enum io.opentelemetry.instrumentation.api.db.SqlDialect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.opentelemetry.instrumentation.api.instrumenter.http.HttpRouteSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.opentelemetry.instrumentation.api.instrumenter.messaging.MessageOperation
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.opentelemetry.instrumentation.api.db.SqlDialect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.opentelemetry.instrumentation.api.instrumenter.http.HttpRouteSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.opentelemetry.instrumentation.api.instrumenter.messaging.MessageOperation
Returns an array containing the constants of this enum type, in the order they are declared.
B C D E F G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values