Skip to content

Commit 02bae89

Browse files
lym953claude
andcommitted
refactor(traces): rename durable span tag keys to aws_lambda.durable_function.* namespace
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7c1b06e commit 02bae89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bottlecap/src/tags/lambda/tags.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ const ACCOUNT_ID_KEY: &str = "account_id";
5252

5353
// Span tag keys for durable function execution context
5454
pub const REQUEST_ID_KEY: &str = "request_id";
55-
pub const DURABLE_EXECUTION_ID_KEY: &str = "durable_function_execution_id";
56-
pub const DURABLE_EXECUTION_NAME_KEY: &str = "durable_function_execution_name";
55+
pub const DURABLE_EXECUTION_ID_KEY: &str = "aws_lambda.durable_function.execution_id";
56+
pub const DURABLE_EXECUTION_NAME_KEY: &str = "aws_lambda.durable_function.execution_name";
5757

5858
const AWS_ACCOUNT_KEY: &str = "aws_account";
5959
const RESOURCE_KEY: &str = "resource";

0 commit comments

Comments
 (0)