File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
packages/instrumentation-aws-sdk/src Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,26 @@ export const ATTR_AWS_SECRETSMANAGER_SECRET_ARN =
39
39
*/
40
40
export const ATTR_AWS_SNS_TOPIC_ARN = 'aws.sns.topic.arn' as const ;
41
41
42
+ /**
43
+ * The ARN of the AWS Step Functions Activity.
44
+ *
45
+ * @example arn:aws:states:us-east-1:123456789012:activity:get-greeting
46
+ *
47
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
48
+ */
49
+ export const ATTR_AWS_STEP_FUNCTIONS_ACTIVITY_ARN =
50
+ 'aws.step_functions.activity.arn' as const ;
51
+
52
+ /**
53
+ * The ARN of the AWS Step Functions State Machine.
54
+ *
55
+ * @example arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1
56
+ *
57
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
58
+ */
59
+ export const ATTR_AWS_STEP_FUNCTIONS_STATE_MACHINE_ARN =
60
+ 'aws.step_functions.state_machine.arn' as const ;
61
+
42
62
/**
43
63
* The name of the operation being performed.
44
64
*
You can’t perform that action at this time.
0 commit comments