Aws Attributes

9 attributes in this category. 9 stable

Stable Attributes

aws.cloudwatch.logs.log_group

string PII: Maybe Visibility: Public OTel: False

The name of the CloudWatch Logs log group

Example /aws/lambda/my-function
Changelog
v0.7.0 #369 Added aws.cloudwatch.logs.log_group attribute
Raw JSON
{
  "key": "aws.cloudwatch.logs.log_group",
  "brief": "The name of the CloudWatch Logs log group",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "/aws/lambda/my-function",
  "changelog": [
    {
      "version": "0.7.0",
      "prs": [
        369
      ],
      "description": "Added aws.cloudwatch.logs.log_group attribute"
    }
  ]
}

aws.cloudwatch.logs.log_stream

string PII: Maybe Visibility: Public OTel: False

The name of the CloudWatch Logs log stream

Example 2024/01/01/[$LATEST]abcdef1234567890
Changelog
v0.7.0 #369 Added aws.cloudwatch.logs.log_stream attribute
Raw JSON
{
  "key": "aws.cloudwatch.logs.log_stream",
  "brief": "The name of the CloudWatch Logs log stream",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "2024/01/01/[$LATEST]abcdef1234567890",
  "changelog": [
    {
      "version": "0.7.0",
      "prs": [
        369
      ],
      "description": "Added aws.cloudwatch.logs.log_stream attribute"
    }
  ]
}

aws.cloudwatch.logs.url

string PII: Maybe Visibility: Public OTel: False

The URL to the CloudWatch Logs log group

Example https://console.aws.amazon.com/cloudwatch/home?region=us-east-1#logsV2:log-groups/log-group/my-log-group
Changelog
v0.7.0 #369 Added aws.cloudwatch.logs.url attribute
Raw JSON
{
  "key": "aws.cloudwatch.logs.url",
  "brief": "The URL to the CloudWatch Logs log group",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "https://console.aws.amazon.com/cloudwatch/home?region=us-east-1#logsV2:log-groups/log-group/my-log-group",
  "changelog": [
    {
      "version": "0.7.0",
      "prs": [
        369
      ],
      "description": "Added aws.cloudwatch.logs.url attribute"
    }
  ]
}

aws.lambda.aws_request_id

string PII: Maybe Visibility: Public OTel: False

The AWS request ID as received by the Lambda function runtime

Example 8476a536-e9f4-11e8-9739-2dfe598c3fcd
Changelog
v0.7.0 #369 Added aws.lambda.aws_request_id attribute
Raw JSON
{
  "key": "aws.lambda.aws_request_id",
  "brief": "The AWS request ID as received by the Lambda function runtime",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "8476a536-e9f4-11e8-9739-2dfe598c3fcd",
  "changelog": [
    {
      "version": "0.7.0",
      "prs": [
        369
      ],
      "description": "Added aws.lambda.aws_request_id attribute"
    }
  ]
}

aws.lambda.execution_duration_in_millis

double PII: Maybe Visibility: Public OTel: False

The execution duration of the Lambda function invocation in milliseconds

Example 1234.56
Changelog
v0.7.0 #369 Added aws.lambda.execution_duration_in_millis attribute
Raw JSON
{
  "key": "aws.lambda.execution_duration_in_millis",
  "brief": "The execution duration of the Lambda function invocation in milliseconds",
  "type": "double",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": 1234.56,
  "changelog": [
    {
      "version": "0.7.0",
      "prs": [
        369
      ],
      "description": "Added aws.lambda.execution_duration_in_millis attribute"
    }
  ]
}

aws.lambda.function_name

string PII: Maybe Visibility: Public OTel: False

The name of the Lambda function

Example my-function
Changelog
v0.7.0 #369 Added aws.lambda.function_name attribute
Raw JSON
{
  "key": "aws.lambda.function_name",
  "brief": "The name of the Lambda function",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "my-function",
  "changelog": [
    {
      "version": "0.7.0",
      "prs": [
        369
      ],
      "description": "Added aws.lambda.function_name attribute"
    }
  ]
}

aws.lambda.function_version

string PII: Maybe Visibility: Public OTel: False

The version of the Lambda function

Example $LATEST
Changelog
v0.7.0 #369 Added aws.lambda.function_version attribute
Raw JSON
{
  "key": "aws.lambda.function_version",
  "brief": "The version of the Lambda function",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "$LATEST",
  "changelog": [
    {
      "version": "0.7.0",
      "prs": [
        369
      ],
      "description": "Added aws.lambda.function_version attribute"
    }
  ]
}

aws.lambda.invoked_function_arn

string PII: Maybe Visibility: Public OTel: False

The full ARN of the Lambda function that was invoked

Example arn:aws:lambda:us-east-1:123456789012:function:my-function
Changelog
v0.7.0 #369 Added aws.lambda.invoked_function_arn attribute
Raw JSON
{
  "key": "aws.lambda.invoked_function_arn",
  "brief": "The full ARN of the Lambda function that was invoked",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "arn:aws:lambda:us-east-1:123456789012:function:my-function",
  "changelog": [
    {
      "version": "0.7.0",
      "prs": [
        369
      ],
      "description": "Added aws.lambda.invoked_function_arn attribute"
    }
  ]
}

aws.lambda.remaining_time_in_millis

double PII: Maybe Visibility: Public OTel: False

The remaining time in milliseconds before the Lambda function times out

Example 5000
Changelog
v0.7.0 #369 Added aws.lambda.remaining_time_in_millis attribute
Raw JSON
{
  "key": "aws.lambda.remaining_time_in_millis",
  "brief": "The remaining time in milliseconds before the Lambda function times out",
  "type": "double",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": 5000,
  "changelog": [
    {
      "version": "0.7.0",
      "prs": [
        369
      ],
      "description": "Added aws.lambda.remaining_time_in_millis attribute"
    }
  ]
}