Datadog Unified Service Tagging

Hello, to make full use of Datadog metrics in Kubernetes, I want to have env, service and version set per Unified Service Tagging. I don’t see any options in the Helm chart (Tyk Open Source, currently using the legacy chart) that allows us to do this. Any suggestions on how to proceed?

Thanks!

Hi @Brad_Rogan and welcome to the community :hibiscus:

looking at the Datadog documentation, you should be able to add the tags required by Datadog after deploying Tyk with the helm chart. Something like:

kubectl label deployment -n $TYK_NAMESPACE $GATEWAY_DEPLOYMENT tags.datadoghq.com/env=env

I hope this helps!
Sonja