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§
- ASP.NET Core exception middleware handling result
- Full type name of the
IExceptionHandler
implementation that handled the exception. - Rate limiting policy name.
- Rate-limiting result, shows whether the lease was acquired or contains a rejection reason
- Flag indicating if request was handled by the application pipeline.
- A value that indicates whether the matched route is a fallback route.
- Match result - success or failure
- Client address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.
- Client port number.
- Name of the garbage collector managed heap generation.
- Describes a class of error the operation ended with.
- EXCEPTION_
ESCAPED Deprecated Indicates that the exception is escaping the scope of the span. - The exception message.
- 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.
- 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 headers,
<key>
being the normalized HTTP Header name (lowercase), the value being the header values. - HTTP request method.
- Original HTTP method sent by the client in the request line.
- The ordinal number of request resending attempt (for any reason, including redirects).
- HTTP response headers,
<key>
being the normalized HTTP Header name (lowercase), the value being the header values. - The matched route, that is, the path template in the format used by the respective server framework.
- Name of the garbage collector action.
- Name of the garbage collector.
- Name of the memory pool.
- The type of memory.
- Whether the thread is daemon or not.
- State of the thread.
- Local address of the network connection - IP address or Unix domain socket name.
- Local port number of the network connection.
- Peer address of the network connection - IP address or Unix domain socket name.
- Peer port number of the network connection.
- OSI application layer or non-OSI equivalent.
- The actual version of the protocol used for network communication.
- OSI network layer or non-OSI equivalent.
- The name of the instrumentation scope - (
InstrumentationScope.Name
in OTLP). - The version of the instrumentation scope - (
InstrumentationScope.Version
in OTLP). - Name of the code, either “OK” or “ERROR”. MUST NOT be set if the status code is UNSET.
- Description of the Status if it has a value, otherwise not set.
- Server domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.
- Server port number.
- Logical name of the service.
- The version string of the service API or implementation. The format is not defined by these conventions.
- SignalR HTTP connection closure status.
- The language of the telemetry SDK.
- The name of the telemetry SDK as defined above.
- The version string of the telemetry SDK.
- The URI fragment component
- Absolute URL describing a network resource according to RFC3986
- The URI path component
- The URI query component
- The URI scheme component identifying the used protocol.
- Value of the HTTP User-Agent header sent by the client.