You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct datadog.tags env var formatting (#75)
Replace jsonencode with manual join to ensure tags are formatted as
expected for Datadog Agent environment variable. This fixes issues
with tag parsing in the agent.
fix: use jsonencode for datadog.tags value (#74)
Switch datadog.tags value from yamlencode to jsonencode and ensure it is
encoded as a list. This improves compatibility with expected input
formats for the Datadog agent configuration.