Skip to content

Commit

Permalink
Updating tracing for ddog to get better data (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmatte authored Feb 10, 2024
1 parent 33c05ad commit 8e8036d
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 116 deletions.
3 changes: 2 additions & 1 deletion server/.chalice/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"minimum_compression_size": 1000,
"lambda_timeout": 30,
"lambda_memory_size": 512,
"layers": ["arn:aws:lambda:us-east-1:464622532012:layer:Datadog-Extension:44"],
"layers": ["arn:aws:lambda:us-east-1:464622532012:layer:Datadog-Extension:55"],
"stages": {
"production": {
"api_gateway_stage": "production",
Expand Down Expand Up @@ -38,6 +38,7 @@
"DD_SERVICE": "t-performance-dash",
"DD_SITE": "datadoghq.com",
"DD_TRACE_ENABLED": "true",
"DD_PROFILING_ENABLED": "true",
"DD_ENV": "beta",
"TM_FRONTEND_HOST": "dashboard-beta.labs.transitmatters.org"
},
Expand Down
Loading

0 comments on commit 8e8036d

Please sign in to comment.