AttributeNames enum
Attribute keys this package sets on every span it creates.
Signature:
export declare enum AttributeNames
Enumeration Members
|
Member |
Value |
Description |
|---|---|---|
|
COMPONENT |
|
Always |
|
ERROR_MESSAGE |
|
Failure detail, set alongside an |
|
IMQ_CLIENT |
|
Which client issued the request, taken from the IMQ request's |
|
RESOURCE_NAME |
|
What ran, as |
|
SERVICE_NAME |
|
The IMQ service involved in the call, or the host package name. |
|
SPAN_KIND |
|
|
Remarks
These are the pre-OpenTelemetry Datadog-style keys (resource.name, service.name, component) rather than the current OpenTelemetry semantic conventions, which is what lets the spans land in a Datadog-shaped backend unmodified. If your backend expects semantic-convention names instead, remap them in a span processor — nothing here reads these keys back.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.