Module semconv

Module semconv 

Source
Expand description

Re-export semantic conventions for use by other modules.

Constantsยง

AWS_LOG_GROUP_NAMES
The name(s) of the AWS log group(s) an application is writing to.
AWS_LOG_STREAM_NAMES
The name(s) of the AWS log stream(s) an application is writing to.
CLOUD_PLATFORM
The cloud platform in use.
CLOUD_PROVIDER
Name of the cloud provider.
CLOUD_REGION
The geographical region within a cloud provider. When associated with a resource, this attribute specifies the region where the resource operates. When calling services or APIs deployed on a cloud, this attribute identifies the region where the called destination is deployed.
FAAS_COLDSTART
A boolean that is true if the serverless function is executed for the first time (aka cold-start).
FAAS_INSTANCE
The execution environment ID as a string, that will be potentially reused for other invocations to the same function/function version.
FAAS_INVOCATION_ID
The invocation ID of the current function invocation.
FAAS_MAX_MEMORY
The amount of memory available to the serverless function converted to Bytes.
FAAS_NAME
The name of the single function that this runtime instance executes.
FAAS_TRIGGER
Type of the trigger which caused this function invocation.
FAAS_VERSION
The immutable version of the function being executed.
SERVICE_NAME
Logical name of the service.
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.