Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AttributeKeyTemplate<T> - Class in io.opentelemetry.semconv
-
This class provides a handle for creating and caching dynamic / template-type attributes of the form <prefix>.<key>.
B
- BLOCKED - Static variable in class io.opentelemetry.semconv.JvmAttributes.JvmThreadStateValues
-
A thread that is blocked waiting for a monitor lock is in this state.
- booleanArrayKeyTemplate(String) - Static method in class io.opentelemetry.semconv.AttributeKeyTemplate
- booleanKeyTemplate(String) - Static method in class io.opentelemetry.semconv.AttributeKeyTemplate
C
- CLIENT_ADDRESS - Static variable in class io.opentelemetry.semconv.ClientAttributes
-
Client address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.
- CLIENT_PORT - Static variable in class io.opentelemetry.semconv.ClientAttributes
-
Client port number.
- ClientAttributes - Class in io.opentelemetry.semconv
- CODE_COLUMN_NUMBER - Static variable in class io.opentelemetry.semconv.CodeAttributes
-
The column number in
code.file.pathbest representing the operation. - CODE_FILE_PATH - Static variable in class io.opentelemetry.semconv.CodeAttributes
-
The source code file name that identifies the code unit as uniquely as possible (preferably an absolute file path).
- CODE_FUNCTION_NAME - Static variable in class io.opentelemetry.semconv.CodeAttributes
-
The method or function fully-qualified name without arguments.
- CODE_LINE_NUMBER - Static variable in class io.opentelemetry.semconv.CodeAttributes
-
The line number in
code.file.pathbest representing the operation. - CODE_STACKTRACE - Static variable in class io.opentelemetry.semconv.CodeAttributes
-
A stacktrace as a string in the natural representation for the language runtime.
- CodeAttributes - Class in io.opentelemetry.semconv
- CONNECT - Static variable in class io.opentelemetry.semconv.HttpAttributes.HttpRequestMethodValues
-
CONNECT method.
- CPP - Static variable in class io.opentelemetry.semconv.TelemetryAttributes.TelemetrySdkLanguageValues
-
cpp.
D
- DB_COLLECTION_NAME - Static variable in class io.opentelemetry.semconv.DbAttributes
-
The name of a collection (table, container) within the database.
- DB_NAMESPACE - Static variable in class io.opentelemetry.semconv.DbAttributes
-
The name of the database, fully qualified within the server address and port.
- DB_OPERATION_BATCH_SIZE - Static variable in class io.opentelemetry.semconv.DbAttributes
-
The number of queries included in a batch operation.
- DB_OPERATION_NAME - Static variable in class io.opentelemetry.semconv.DbAttributes
-
The name of the operation or command being executed.
- DB_QUERY_SUMMARY - Static variable in class io.opentelemetry.semconv.DbAttributes
-
Low cardinality summary of a database query.
- DB_QUERY_TEXT - Static variable in class io.opentelemetry.semconv.DbAttributes
-
The database query being executed.
- DB_RESPONSE_STATUS_CODE - Static variable in class io.opentelemetry.semconv.DbAttributes
-
Database response status code.
- DB_STORED_PROCEDURE_NAME - Static variable in class io.opentelemetry.semconv.DbAttributes
-
The name of a stored procedure within the database.
- DB_SYSTEM_NAME - Static variable in class io.opentelemetry.semconv.DbAttributes
-
The database management system (DBMS) product as identified by the client instrumentation.
- DbAttributes - Class in io.opentelemetry.semconv
- DbAttributes.DbSystemNameValues - Class in io.opentelemetry.semconv
-
Values for
DbAttributes.DB_SYSTEM_NAME. - DELETE - Static variable in class io.opentelemetry.semconv.HttpAttributes.HttpRequestMethodValues
-
DELETE method.
- DOTNET - Static variable in class io.opentelemetry.semconv.TelemetryAttributes.TelemetrySdkLanguageValues
-
dotnet.
- doubleArrayKeyTemplate(String) - Static method in class io.opentelemetry.semconv.AttributeKeyTemplate
- doubleKeyTemplate(String) - Static method in class io.opentelemetry.semconv.AttributeKeyTemplate
E
- ERLANG - Static variable in class io.opentelemetry.semconv.TelemetryAttributes.TelemetrySdkLanguageValues
-
erlang.
- ERROR - Static variable in class io.opentelemetry.semconv.OtelAttributes.OtelStatusCodeValues
-
The operation contains an error.
- ERROR_TYPE - Static variable in class io.opentelemetry.semconv.ErrorAttributes
-
Describes a class of error the operation ended with.
- ErrorAttributes - Class in io.opentelemetry.semconv
- ErrorAttributes.ErrorTypeValues - Class in io.opentelemetry.semconv
-
Values for
ErrorAttributes.ERROR_TYPE. - EXCEPTION_MESSAGE - Static variable in class io.opentelemetry.semconv.ExceptionAttributes
-
The exception message.
- EXCEPTION_STACKTRACE - Static variable in class io.opentelemetry.semconv.ExceptionAttributes
-
A stacktrace as a string in the natural representation for the language runtime.
- EXCEPTION_TYPE - Static variable in class io.opentelemetry.semconv.ExceptionAttributes
-
The type of the exception (its fully-qualified class name, if applicable).
- ExceptionAttributes - Class in io.opentelemetry.semconv
G
- GET - Static variable in class io.opentelemetry.semconv.HttpAttributes.HttpRequestMethodValues
-
GET method.
- getAttributeKey(String) - Method in class io.opentelemetry.semconv.AttributeKeyTemplate
-
Returns an
AttributeKeyobject for the given attribute key whereby the key is the variable part of the full attribute name in a template-typed attribute, for example http.request.header.<key>. - GO - Static variable in class io.opentelemetry.semconv.TelemetryAttributes.TelemetrySdkLanguageValues
-
go.
H
- HEAD - Static variable in class io.opentelemetry.semconv.HttpAttributes.HttpRequestMethodValues
-
HEAD method.
- HEAP - Static variable in class io.opentelemetry.semconv.JvmAttributes.JvmMemoryTypeValues
-
Heap memory.
- HTTP_REQUEST_HEADER - Static variable in class io.opentelemetry.semconv.HttpAttributes
-
HTTP request headers,
<key>being the normalized HTTP Header name (lowercase), the value being the header values. - HTTP_REQUEST_METHOD - Static variable in class io.opentelemetry.semconv.HttpAttributes
-
HTTP request method.
- HTTP_REQUEST_METHOD_ORIGINAL - Static variable in class io.opentelemetry.semconv.HttpAttributes
-
Original HTTP method sent by the client in the request line.
- HTTP_REQUEST_RESEND_COUNT - Static variable in class io.opentelemetry.semconv.HttpAttributes
-
The ordinal number of request resending attempt (for any reason, including redirects).
- HTTP_RESPONSE_HEADER - Static variable in class io.opentelemetry.semconv.HttpAttributes
-
HTTP response headers,
<key>being the normalized HTTP Header name (lowercase), the value being the header values. - HTTP_RESPONSE_STATUS_CODE - Static variable in class io.opentelemetry.semconv.HttpAttributes
- HTTP_ROUTE - Static variable in class io.opentelemetry.semconv.HttpAttributes
-
The matched route, that is, the path template in the format used by the respective server framework.
- HttpAttributes - Class in io.opentelemetry.semconv
- HttpAttributes.HttpRequestMethodValues - Class in io.opentelemetry.semconv
-
Values for
HttpAttributes.HTTP_REQUEST_METHOD.
I
- io.opentelemetry.semconv - package io.opentelemetry.semconv
- IPV4 - Static variable in class io.opentelemetry.semconv.NetworkAttributes.NetworkTypeValues
-
IPv4
- IPV6 - Static variable in class io.opentelemetry.semconv.NetworkAttributes.NetworkTypeValues
-
IPv6
J
- JAVA - Static variable in class io.opentelemetry.semconv.TelemetryAttributes.TelemetrySdkLanguageValues
-
java.
- JVM_GC_ACTION - Static variable in class io.opentelemetry.semconv.JvmAttributes
-
Name of the garbage collector action.
- JVM_GC_NAME - Static variable in class io.opentelemetry.semconv.JvmAttributes
-
Name of the garbage collector.
- JVM_MEMORY_POOL_NAME - Static variable in class io.opentelemetry.semconv.JvmAttributes
-
Name of the memory pool.
- JVM_MEMORY_TYPE - Static variable in class io.opentelemetry.semconv.JvmAttributes
-
The type of memory.
- JVM_THREAD_DAEMON - Static variable in class io.opentelemetry.semconv.JvmAttributes
-
Whether the thread is daemon or not.
- JVM_THREAD_STATE - Static variable in class io.opentelemetry.semconv.JvmAttributes
-
State of the thread.
- JvmAttributes - Class in io.opentelemetry.semconv
- JvmAttributes.JvmMemoryTypeValues - Class in io.opentelemetry.semconv
-
Values for
JvmAttributes.JVM_MEMORY_TYPE. - JvmAttributes.JvmThreadStateValues - Class in io.opentelemetry.semconv
-
Values for
JvmAttributes.JVM_THREAD_STATE.
L
- longArrayKeyTemplate(String) - Static method in class io.opentelemetry.semconv.AttributeKeyTemplate
- longKeyTemplate(String) - Static method in class io.opentelemetry.semconv.AttributeKeyTemplate
M
- MARIADB - Static variable in class io.opentelemetry.semconv.DbAttributes.DbSystemNameValues
- MICROSOFT_SQL_SERVER - Static variable in class io.opentelemetry.semconv.DbAttributes.DbSystemNameValues
- MYSQL - Static variable in class io.opentelemetry.semconv.DbAttributes.DbSystemNameValues
N
- NETWORK_LOCAL_ADDRESS - Static variable in class io.opentelemetry.semconv.NetworkAttributes
-
Local address of the network connection - IP address or Unix domain socket name.
- NETWORK_LOCAL_PORT - Static variable in class io.opentelemetry.semconv.NetworkAttributes
-
Local port number of the network connection.
- NETWORK_PEER_ADDRESS - Static variable in class io.opentelemetry.semconv.NetworkAttributes
-
Peer address of the network connection - IP address or Unix domain socket name.
- NETWORK_PEER_PORT - Static variable in class io.opentelemetry.semconv.NetworkAttributes
-
Peer port number of the network connection.
- NETWORK_PROTOCOL_NAME - Static variable in class io.opentelemetry.semconv.NetworkAttributes
-
OSI application layer or non-OSI equivalent.
- NETWORK_PROTOCOL_VERSION - Static variable in class io.opentelemetry.semconv.NetworkAttributes
-
The actual version of the protocol used for network communication.
- NETWORK_TRANSPORT - Static variable in class io.opentelemetry.semconv.NetworkAttributes
- NETWORK_TYPE - Static variable in class io.opentelemetry.semconv.NetworkAttributes
-
OSI network layer or non-OSI equivalent.
- NetworkAttributes - Class in io.opentelemetry.semconv
- NetworkAttributes.NetworkTransportValues - Class in io.opentelemetry.semconv
-
Values for
NetworkAttributes.NETWORK_TRANSPORT. - NetworkAttributes.NetworkTypeValues - Class in io.opentelemetry.semconv
-
Values for
NetworkAttributes.NETWORK_TYPE. - NEW - Static variable in class io.opentelemetry.semconv.JvmAttributes.JvmThreadStateValues
-
A thread that has not yet started is in this state.
- NODEJS - Static variable in class io.opentelemetry.semconv.TelemetryAttributes.TelemetrySdkLanguageValues
-
nodejs.
- NON_HEAP - Static variable in class io.opentelemetry.semconv.JvmAttributes.JvmMemoryTypeValues
-
Non-heap memory
O
- OK - Static variable in class io.opentelemetry.semconv.OtelAttributes.OtelStatusCodeValues
-
The operation has been validated by an Application developer or Operator to have completed successfully.
- OPTIONS - Static variable in class io.opentelemetry.semconv.HttpAttributes.HttpRequestMethodValues
-
OPTIONS method.
- OTEL_SCOPE_NAME - Static variable in class io.opentelemetry.semconv.OtelAttributes
-
The name of the instrumentation scope - (
InstrumentationScope.Namein OTLP). - OTEL_SCOPE_VERSION - Static variable in class io.opentelemetry.semconv.OtelAttributes
-
The version of the instrumentation scope - (
InstrumentationScope.Versionin OTLP). - OTEL_STATUS_CODE - Static variable in class io.opentelemetry.semconv.OtelAttributes
-
Name of the code, either "OK" or "ERROR".
- OTEL_STATUS_DESCRIPTION - Static variable in class io.opentelemetry.semconv.OtelAttributes
-
Description of the Status if it has a value, otherwise not set.
- OtelAttributes - Class in io.opentelemetry.semconv
- OtelAttributes.OtelStatusCodeValues - Class in io.opentelemetry.semconv
-
Values for
OtelAttributes.OTEL_STATUS_CODE. - OTHER - Static variable in class io.opentelemetry.semconv.ErrorAttributes.ErrorTypeValues
-
A fallback error value to be used when the instrumentation doesn't define a custom value.
- OTHER - Static variable in class io.opentelemetry.semconv.HttpAttributes.HttpRequestMethodValues
-
Any HTTP method that the instrumentation has no prior knowledge of.
P
- PATCH - Static variable in class io.opentelemetry.semconv.HttpAttributes.HttpRequestMethodValues
-
PATCH method.
- PHP - Static variable in class io.opentelemetry.semconv.TelemetryAttributes.TelemetrySdkLanguageValues
-
php.
- PIPE - Static variable in class io.opentelemetry.semconv.NetworkAttributes.NetworkTransportValues
-
Named or anonymous pipe.
- POST - Static variable in class io.opentelemetry.semconv.HttpAttributes.HttpRequestMethodValues
-
POST method.
- POSTGRESQL - Static variable in class io.opentelemetry.semconv.DbAttributes.DbSystemNameValues
- PUT - Static variable in class io.opentelemetry.semconv.HttpAttributes.HttpRequestMethodValues
-
PUT method.
- PYTHON - Static variable in class io.opentelemetry.semconv.TelemetryAttributes.TelemetrySdkLanguageValues
-
python.
Q
- QUIC - Static variable in class io.opentelemetry.semconv.NetworkAttributes.NetworkTransportValues
-
QUIC
R
- RUBY - Static variable in class io.opentelemetry.semconv.TelemetryAttributes.TelemetrySdkLanguageValues
-
ruby.
- RUNNABLE - Static variable in class io.opentelemetry.semconv.JvmAttributes.JvmThreadStateValues
-
A thread executing in the Java virtual machine is in this state.
- RUST - Static variable in class io.opentelemetry.semconv.TelemetryAttributes.TelemetrySdkLanguageValues
-
rust.
S
- SchemaUrls - Class in io.opentelemetry.semconv
- SERVER_ADDRESS - Static variable in class io.opentelemetry.semconv.ServerAttributes
-
Server domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.
- SERVER_PORT - Static variable in class io.opentelemetry.semconv.ServerAttributes
-
Server port number.
- ServerAttributes - Class in io.opentelemetry.semconv
- SERVICE_NAME - Static variable in class io.opentelemetry.semconv.ServiceAttributes
-
Logical name of the service.
- SERVICE_VERSION - Static variable in class io.opentelemetry.semconv.ServiceAttributes
-
The version string of the service API or implementation.
- ServiceAttributes - Class in io.opentelemetry.semconv
- stringArrayKeyTemplate(String) - Static method in class io.opentelemetry.semconv.AttributeKeyTemplate
- stringKeyTemplate(String) - Static method in class io.opentelemetry.semconv.AttributeKeyTemplate
- SWIFT - Static variable in class io.opentelemetry.semconv.TelemetryAttributes.TelemetrySdkLanguageValues
-
swift.
T
- TCP - Static variable in class io.opentelemetry.semconv.NetworkAttributes.NetworkTransportValues
-
TCP
- TELEMETRY_SDK_LANGUAGE - Static variable in class io.opentelemetry.semconv.TelemetryAttributes
-
The language of the telemetry SDK.
- TELEMETRY_SDK_NAME - Static variable in class io.opentelemetry.semconv.TelemetryAttributes
-
The name of the telemetry SDK as defined above.
- TELEMETRY_SDK_VERSION - Static variable in class io.opentelemetry.semconv.TelemetryAttributes
-
The version string of the telemetry SDK.
- TelemetryAttributes - Class in io.opentelemetry.semconv
- TelemetryAttributes.TelemetrySdkLanguageValues - Class in io.opentelemetry.semconv
-
Values for
TelemetryAttributes.TELEMETRY_SDK_LANGUAGE. - TERMINATED - Static variable in class io.opentelemetry.semconv.JvmAttributes.JvmThreadStateValues
-
A thread that has exited is in this state.
- TIMED_WAITING - Static variable in class io.opentelemetry.semconv.JvmAttributes.JvmThreadStateValues
-
A thread that is waiting for another thread to perform an action for up to a specified waiting time is in this state.
- TRACE - Static variable in class io.opentelemetry.semconv.HttpAttributes.HttpRequestMethodValues
-
TRACE method.
U
- UDP - Static variable in class io.opentelemetry.semconv.NetworkAttributes.NetworkTransportValues
-
UDP
- UNIX - Static variable in class io.opentelemetry.semconv.NetworkAttributes.NetworkTransportValues
-
Unix domain socket
- URL_FRAGMENT - Static variable in class io.opentelemetry.semconv.UrlAttributes
-
The URI fragment component
- URL_FULL - Static variable in class io.opentelemetry.semconv.UrlAttributes
-
Absolute URL describing a network resource according to RFC3986
- URL_PATH - Static variable in class io.opentelemetry.semconv.UrlAttributes
-
The URI path component
- URL_QUERY - Static variable in class io.opentelemetry.semconv.UrlAttributes
-
The URI query component
- URL_SCHEME - Static variable in class io.opentelemetry.semconv.UrlAttributes
-
The URI scheme component identifying the used protocol.
- UrlAttributes - Class in io.opentelemetry.semconv
- USER_AGENT_ORIGINAL - Static variable in class io.opentelemetry.semconv.UserAgentAttributes
-
Value of the HTTP User-Agent header sent by the client.
- UserAgentAttributes - Class in io.opentelemetry.semconv
V
- V1_24_0 - Static variable in class io.opentelemetry.semconv.SchemaUrls
- V1_25_0 - Static variable in class io.opentelemetry.semconv.SchemaUrls
- V1_26_0 - Static variable in class io.opentelemetry.semconv.SchemaUrls
- V1_27_0 - Static variable in class io.opentelemetry.semconv.SchemaUrls
- V1_28_0 - Static variable in class io.opentelemetry.semconv.SchemaUrls
- V1_29_0 - Static variable in class io.opentelemetry.semconv.SchemaUrls
- V1_30_0 - Static variable in class io.opentelemetry.semconv.SchemaUrls
- V1_31_0 - Static variable in class io.opentelemetry.semconv.SchemaUrls
- V1_32_0 - Static variable in class io.opentelemetry.semconv.SchemaUrls
- V1_33_0 - Static variable in class io.opentelemetry.semconv.SchemaUrls
- V1_34_0 - Static variable in class io.opentelemetry.semconv.SchemaUrls
- V1_35_0 - Static variable in class io.opentelemetry.semconv.SchemaUrls
- V1_36_0 - Static variable in class io.opentelemetry.semconv.SchemaUrls
- V1_37_0 - Static variable in class io.opentelemetry.semconv.SchemaUrls
W
- WAITING - Static variable in class io.opentelemetry.semconv.JvmAttributes.JvmThreadStateValues
-
A thread that is waiting indefinitely for another thread to perform a particular action is in this state.
- WEBJS - Static variable in class io.opentelemetry.semconv.TelemetryAttributes.TelemetrySdkLanguageValues
-
webjs.
All Classes and Interfaces|All Packages|Constant Field Values