Closed lym953 closed 2 weeks ago
https://github.com/DataDog/serverless-plugin-datadog/pull/552 sets DD_ENV, DD_SERVICE and DD_VERSION tags on the state machines.
DD_ENV
DD_SERVICE
DD_VERSION
From the "custom" approach of instrumenting a state machine, we should set env, service and version, not the DD_XXX ones.
env
service
version
DD_XXX
Makes plugin set env, service and version tags on the state machine instead of the DD_XXX ones.
Passed the touched tests.
Need a review from Cloud Tracing team, who, as the downstream consumer, should know what tags should be set here.
/merge
View all feedbacks in Devflow UI.
2024-11-07 22:49:47 UTC :information_source: MergeQueue: pull request added to the queue
2024-11-07 22:49:47 UTC
The median merge time in main is 2m.
main
Background
https://github.com/DataDog/serverless-plugin-datadog/pull/552 sets
DD_ENV
,DD_SERVICE
andDD_VERSION
tags on the state machines.Motivation
From the "custom" approach of instrumenting a state machine, we should set
env
,service
andversion
, not theDD_XXX
ones.What does this PR do?
Makes plugin set
env
,service
andversion
tags on the state machine instead of theDD_XXX
ones.Testing Guidelines
Passed the touched tests.
Additional Notes
Need a review from Cloud Tracing team, who, as the downstream consumer, should know what tags should be set here.
Types of changes
Check all that apply