Invocation
data type; application tags are global and are automatically added to Invocation
, Metric
, Trace
, Span
, and Log
data.‌thundra_agent_lambda_application_tag_
are parsed by Thundra's Node.js agent. The text after the thundra_agent_lambda_application_tag_
prefix is used as the key of the tag, and the value of the environment variable becomes the value of the tag. For example, thundra_agent_lambda_application_tag_floatField
with the value 12.123
will add an application tag to all data with the key floatField and the value 12.123
.‌