File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
bottlecap/src/tags/lambda Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,6 @@ const VERSION_KEY: &str = "version";
3636// ServiceKey is the tag key for a function's service environment variable
3737const SERVICE_KEY : & str = "service" ;
3838
39- // TODO(astuyve): origin tags when tracing is supported
40- // const TRACE_ORIGIN_METADATA_KEY: &str = "_dd.origin";
41- // const TRACE_ORIGIN_METADATA_VALUE: &str = "lambda";
42-
4339// ComputeStatsKey is the tag key indicating whether trace stats should be computed
4440const COMPUTE_STATS_KEY : & str = "_dd.compute_stats" ;
4541// ComputeStatsValue is the tag value indicating trace stats should be computed
@@ -56,14 +52,6 @@ const ACCOUNT_ID_KEY: &str = "account_id";
5652const AWS_ACCOUNT_KEY : & str = "aws_account" ;
5753const RESOURCE_KEY : & str = "resource" ;
5854
59- // TODO(astuyve) platform tags
60- // X86LambdaPlatform is for the lambda platform X86_64
61- // const X86_LAMBDA_PLATFORM: &str = "x86_64";
62- // ArmLambdaPlatform is for the lambda platform Arm64
63- // const ARM_LAMBDA_PLATFORM: &str = "arm64";
64- // AmdLambdaPlatform is for the lambda platform Amd64, which is an extension of X86_64
65- // const AMD_LAMBDA_PLATFORM: &str = "amd64";
66-
6755#[ derive( Debug , Clone ) ]
6856pub struct Lambda {
6957 tags_map : HashMap < String , String > ,
You can’t perform that action at this time.
0 commit comments