Skip to content

Commit f0c7b8b

Browse files
authored
chore: remove comments from tags (#572)
1 parent fc1dae8 commit f0c7b8b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

bottlecap/src/tags/lambda/tags.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ const VERSION_KEY: &str = "version";
3636
// ServiceKey is the tag key for a function's service environment variable
3737
const 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
4440
const 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";
5652
const AWS_ACCOUNT_KEY: &str = "aws_account";
5753
const 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)]
6856
pub struct Lambda {
6957
tags_map: HashMap<String, String>,

0 commit comments

Comments
 (0)