Expand description
§Semantic Attributes
The entire set of semantic attributes (or conventions) defined by the project. The resource, metric, and trace modules reference these attributes.
Constants§
- ASPNETCORE_
DIAGNOSTICS_ EXCEPTION_ RESULT - ASP.NET Core exception middleware handling result
- ASPNETCORE_
DIAGNOSTICS_ HANDLER_ TYPE - Full type name of the
IExceptionHandler
implementation that handled the exception. - ASPNETCORE_
RATE_ LIMITING_ POLICY - Rate limiting policy name.
- ASPNETCORE_
RATE_ LIMITING_ RESULT - Rate-limiting result, shows whether the lease was acquired or contains a rejection reason
- ASPNETCORE_
REQUEST_ IS_ UNHANDLED - Flag indicating if request was handled by the application pipeline.
- ASPNETCORE_
ROUTING_ IS_ FALLBACK - A value that indicates whether the matched route is a fallback route.
- ASPNETCORE_
ROUTING_ MATCH_ STATUS - Match result - success or failure
- CLIENT_
ADDRESS - Client address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.
- CLIENT_
PORT - Client port number.
- DOTNET_
GC_ HEAP_ GENERATION - Name of the garbage collector managed heap generation.
- ERROR_
TYPE - Describes a class of error the operation ended with.
- EXCEPTION_
ESCAPED Deprecated - Indicates that the exception is escaping the scope of the span.
- EXCEPTION_
MESSAGE - The exception message.
- EXCEPTION_
STACKTRACE - A stacktrace as a string in the natural representation for the language runtime. The representation is to be determined and documented by each language SIG.
- EXCEPTION_
TYPE - The type of the exception (its fully-qualified class name, if applicable). The dynamic type of the exception should be preferred over the static type in languages that support it.
- HTTP_
REQUEST_ HEADER - HTTP request headers,
<key>
being the normalized HTTP Header name (lowercase), the value being the header values. - HTTP_
REQUEST_ METHOD - HTTP request method.
- HTTP_
REQUEST_ METHOD_ ORIGINAL - Original HTTP method sent by the client in the request line.
- HTTP_
REQUEST_ RESEND_ COUNT - The ordinal number of request resending attempt (for any reason, including redirects).
- HTTP_
RESPONSE_ HEADER - HTTP response headers,
<key>
being the normalized HTTP Header name (lowercase), the value being the header values. - HTTP_
RESPONSE_ STATUS_ CODE - HTTP response status code.
- HTTP_
ROUTE - The matched route, that is, the path template in the format used by the respective server framework.
- JVM_
GC_ ACTION - Name of the garbage collector action.
- JVM_
GC_ NAME - Name of the garbage collector.
- JVM_
MEMORY_ POOL_ NAME - Name of the memory pool.
- JVM_
MEMORY_ TYPE - The type of memory.
- JVM_
THREAD_ DAEMON - Whether the thread is daemon or not.
- JVM_
THREAD_ STATE - State of the thread.
- NETWORK_
LOCAL_ ADDRESS - Local address of the network connection - IP address or Unix domain socket name.
- NETWORK_
LOCAL_ PORT - Local port number of the network connection.
- NETWORK_
PEER_ ADDRESS - Peer address of the network connection - IP address or Unix domain socket name.
- NETWORK_
PEER_ PORT - Peer port number of the network connection.
- NETWORK_
PROTOCOL_ NAME - OSI application layer or non-OSI equivalent.
- NETWORK_
PROTOCOL_ VERSION - The actual version of the protocol used for network communication.
- NETWORK_
TRANSPORT - OSI transport layer or inter-process communication method.
- NETWORK_
TYPE - OSI network layer or non-OSI equivalent.
- OTEL_
SCOPE_ NAME - The name of the instrumentation scope - (
InstrumentationScope.Name
in OTLP). - OTEL_
SCOPE_ VERSION - The version of the instrumentation scope - (
InstrumentationScope.Version
in OTLP). - OTEL_
STATUS_ CODE - Name of the code, either “OK” or “ERROR”. MUST NOT be set if the status code is UNSET.
- OTEL_
STATUS_ DESCRIPTION - Description of the Status if it has a value, otherwise not set.
- SERVER_
ADDRESS - Server domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.
- SERVER_
PORT - Server port number.
- SERVICE_
NAME - Logical name of the service.
- SERVICE_
VERSION - The version string of the service API or implementation. The format is not defined by these conventions.
- SIGNALR_
CONNECTION_ STATUS - SignalR HTTP connection closure status.
- SIGNALR_
TRANSPORT - SignalR transport type
- TELEMETRY_
SDK_ LANGUAGE - The language of the telemetry SDK.
- TELEMETRY_
SDK_ NAME - The name of the telemetry SDK as defined above.
- TELEMETRY_
SDK_ VERSION - The version string of the telemetry SDK.
- URL_
FRAGMENT - The URI fragment component
- URL_
FULL - Absolute URL describing a network resource according to RFC3986
- URL_
PATH - The URI path component
- URL_
QUERY - The URI query component
- URL_
SCHEME - The URI scheme component identifying the used protocol.
- USER_
AGENT_ ORIGINAL - Value of the HTTP User-Agent header sent by the client.