Index
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
SqlClientAttributesExtractorwith the settings of thisSqlClientAttributesExtractorBuilder. - build() - Method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientAttributesExtractorBuilder
-
Returns a new
HttpClientAttributesExtractorwith the settings of thisHttpClientAttributesExtractorBuilder. - build() - Method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerAttributesExtractorBuilder
-
Returns a new
HttpServerAttributesExtractorwith the settings of thisHttpServerAttributesExtractorBuilder. - build() - Method in class io.opentelemetry.instrumentation.api.instrumenter.messaging.MessagingAttributesExtractorBuilder
-
Returns a new
MessagingAttributesExtractorwith the settings of thisMessagingAttributesExtractorBuilder. - builder(SqlClientAttributesGetter<REQUEST>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.db.SqlClientAttributesExtractor
-
Returns a new
SqlClientAttributesExtractorBuilderthat can be used to configure the SQL client attributes extractor. - builder(HttpClientAttributesGetter<REQUEST, RESPONSE>, NetClientAttributesGetter<REQUEST, RESPONSE>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientAttributesExtractor
-
Returns a new
HttpClientAttributesExtractorBuilderthat 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
HttpServerAttributesExtractorBuilderthat 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
MessagingAttributesExtractorBuilderfor the givenoperationthat 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 -
Extractor of source code attributes.
- 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.
- CodeSpanNameExtractor<REQUEST> - Class in io.opentelemetry.instrumentation.api.instrumenter.code
-
A helper
SpanNameExtractorimplementation 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
- 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
- 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
SpanNameExtractorthat 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
SpanNameExtractorthat 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
SpanNameExtractorthat 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
SpanStatusExtractorfor HTTP requests, which will use the HTTP status code to determine theStatusCodeif available or fallback to the default status otherwise. - 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
SpanNameExtractorwhich 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
SpanStatusExtractorfor HTTP requests, which will use the HTTP status code to determine theStatusCodeif available or fallback to the default status otherwise. - create(HttpServerAttributesGetter<REQUEST, ?>) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpRouteHolder
-
Returns a
ContextCustomizerthat initializes aHttpRouteHolderin theContextreturned fromInstrumenter.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
SpanNameExtractorthat 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
operationwith 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
PeerServiceAttributesExtractorthat will use the passednetAttributesExtractorinstance to determine the value of thepeer.serviceattribute. - 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
SpanNameExtractorthat 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 -
Extractor of database client attributes.
- 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
-
A helper class that models the database client connection pool metrics semantic conventions.
- declaringClass() - Method in class io.opentelemetry.instrumentation.api.instrumenter.util.ClassAndMethod
- DEFAULT - Enum constant in enum io.opentelemetry.instrumentation.api.db.SqlDialect
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
- fromContextOrNull(Context) - Static method in class io.opentelemetry.instrumentation.api.server.ServerSpan
-
Deprecated.Returns span of type
SpanKind.SERVERfrom the given context ornullif 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
OperationMetricswhich can be used to enable recording ofHttpClientMetricson anInstrumenterBuilder. - get() - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerMetrics
-
Returns a
OperationMetricswhich can be used to enable recording ofHttpServerMetricson anInstrumenterBuilder. - get() - Static method in class io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcClientMetrics
-
Returns a
OperationMetricswhich can be used to enable recording ofRpcClientMetricson anInstrumenterBuilder. - get() - Static method in class io.opentelemetry.instrumentation.api.instrumenter.rpc.RpcServerMetrics
-
Returns a
OperationMetricswhich can be used to enable recording ofRpcServerMetricson anInstrumenterBuilder. - get(Context, T) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpRouteGetter
-
Returns the
http.routeattribute extracted fromcontextandarg; ornullif it was not found. - get(Context, T, U) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpRouteBiGetter
-
Returns the
http.routeattribute extracted fromcontext,arg1andarg2; ornullif 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
-
Deprecated.
- getFlavor(REQUEST, RESPONSE) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientAttributesGetter
-
Deprecated.
- 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
namefrom 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
- getProtocolName(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesGetter
-
Returns the application protocol used.
- getProtocolName(REQUEST, RESPONSE) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetClientAttributesGetter
-
Returns the application protocol used.
- getProtocolVersion(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetServerAttributesGetter
-
Returns the version of the application protocol used.
- getProtocolVersion(REQUEST, RESPONSE) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.net.NetClientAttributesGetter
-
Returns the version of the application protocol used.
- 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
namefrom 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
namefrom 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_codespan 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
- getUsedConnectionsAttributes() - Method in class io.opentelemetry.instrumentation.api.metrics.db.DbConnectionPoolMetrics
- getUser(REQUEST) - Method in interface io.opentelemetry.instrumentation.api.instrumenter.db.DbClientCommonAttributesGetter
H
- HttpClientAttributesExtractor<REQUEST,
RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.http -
Extractor of HTTP client attributes.
- HttpClientAttributesExtractorBuilder<REQUEST,
RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.http -
A builder of
HttpClientAttributesExtractor. - 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
-
OperationListenerwhich keeps track of HTTP client metrics. - HttpClientResend - Class in io.opentelemetry.instrumentation.api.instrumenter.http
-
A helper that keeps track of the count of the HTTP request resend attempts.
- 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.routeattribute. - HttpRouteGetter<T> - Interface in io.opentelemetry.instrumentation.api.instrumenter.http
-
An interface for getting the
http.routeattribute. - HttpRouteHolder - Class in io.opentelemetry.instrumentation.api.instrumenter.http
-
A helper class that keeps track of the
http.routeattribute value during HTTP server request processing. - HttpRouteSource - Enum in io.opentelemetry.instrumentation.api.instrumenter.http
-
Represents the source that provided the
http.routeattribute. - HttpServerAttributesExtractor<REQUEST,
RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.http -
Extractor of HTTP server attributes.
- HttpServerAttributesExtractorBuilder<REQUEST,
RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.http -
A builder of
HttpServerAttributesExtractor. - 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
-
OperationListenerwhich 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 -
Extractor of Network attributes from a
InetSocketAddress. - InetSocketAddressNetClientAttributesGetter() - Constructor for class io.opentelemetry.instrumentation.api.instrumenter.net.InetSocketAddressNetClientAttributesGetter
- InetSocketAddressNetServerAttributesGetter<REQUEST> - Class in io.opentelemetry.instrumentation.api.instrumenter.net
-
Extractor of Network attributes from a
InetSocketAddress. - InetSocketAddressNetServerAttributesGetter() - Constructor for class io.opentelemetry.instrumentation.api.instrumenter.net.InetSocketAddressNetServerAttributesGetter
- initialize(Context) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpClientResend
-
Initializes the HTTP request resend counter.
- internalGetSpanKey() - Method in class io.opentelemetry.instrumentation.api.instrumenter.db.DbClientAttributesExtractor
-
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
- MessageOperation - Enum in io.opentelemetry.instrumentation.api.instrumenter.messaging
-
Represents type of operations that may be used in a messaging system.
- 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 -
A builder of
MessagingAttributesExtractor. - 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
- methodName() - Method in class io.opentelemetry.instrumentation.api.instrumenter.util.ClassAndMethod
- minIdleConnections() - Method in class io.opentelemetry.instrumentation.api.metrics.db.DbConnectionPoolMetrics
N
- 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
- NET_PROTOCOL_NAME - Static variable in class io.opentelemetry.instrumentation.api.instrumenter.net.internal.NetAttributes
- NET_PROTOCOL_VERSION - Static variable in class io.opentelemetry.instrumentation.api.instrumenter.net.internal.NetAttributes
- NetAttributes - Class in io.opentelemetry.instrumentation.api.instrumenter.net.internal
-
This class is internal and is hence not for public use.
- 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.DbClientAttributesExtractor
- 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.RpcServerAttributesExtractor
- 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.RpcServerAttributesExtractor
- 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
P
- PeerServiceAttributesExtractor<REQUEST,
RESPONSE> - Class in io.opentelemetry.instrumentation.api.instrumenter.net -
Extractor of the
peer.servicespan 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
R
- 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.
- 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
-
OperationListenerwhich 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
-
OperationListenerwhich keeps track of RPC server metrics. - RpcSpanNameExtractor<REQUEST> - Class in io.opentelemetry.instrumentation.api.instrumenter.rpc
-
A
SpanNameExtractorfor 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
- SEND - Enum constant in enum io.opentelemetry.instrumentation.api.instrumenter.messaging.MessageOperation
- ServerSpan - Class in io.opentelemetry.instrumentation.api.server
-
Deprecated.Use
LocalRootSpaninstead. - 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.statementattribute extracted by the constructedSqlClientAttributesExtractorshould 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
SqlClientAttributesExtractorunder thedbTableAttributekey. - 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 -
A builder of
SqlClientAttributesExtractor. - 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.
T
- 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.
U
- updateHttpRoute(Context, HttpRouteSource, HttpRouteBiGetter<T, U>, T, U) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpRouteHolder
-
Updates the
http.routeattribute in the receivedcontext. - updateHttpRoute(Context, HttpRouteSource, HttpRouteGetter<T>, T) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpRouteHolder
-
Updates the
http.routeattribute in the receivedcontext. - updateHttpRoute(Context, HttpRouteSource, String) - Static method in class io.opentelemetry.instrumentation.api.instrumenter.http.HttpRouteHolder
-
Updates the
http.routeattribute in the receivedcontext.
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.
All Classes and Interfaces|All Packages|Constant Field Values
NetServerAttributesGetter.getProtocolName(Object)andNetServerAttributesGetter.getProtocolVersion(Object)instead.