### What are you really trying to do? Add custom tags to SDK metrics <!-- Tell us at a high level what you're doing, to avoid XY problem (https://en.wikipedia.org/wiki/XY_problem) --> ### Describe the bug sdk metrics no longer include tags added with telemetry.global_tags , which appear to be the expected behavior https://python.temporal.io/temporalio.runtime.TelemetryConfig.html#global_tags <img width="788" alt="Image" src="https://github.com/user-attachments/assets/1a05b6f8-7bda-4640-8738-28612cafd8e1" /> running the same with version 1.3 works as expected <img width="1456" alt="Image" src="https://github.com/user-attachments/assets/c3c37aa1-671a-491b-ae42-3f38238c5c69" /> ### Minimal Reproduction <!-- Modify our hello world templates to demonstrate: - TypeScript: https://github.com/temporalio/samples-typescript/tree/main/hello-world - Go: https://github.com/temporalio/money-transfer-project-template-go - Java: https://github.com/temporalio/money-transfer-project-template-java - PHP: https://github.com/temporalio/samples-php#samples --> ### Environment/Versions <!-- Please complete the following information where relevant. --> - OS and processor: [e.g. M1 Mac, x86 Windows, Linux] - Temporal Version: [e.g. 1.14.0?] and/or SDK version - Are you using Docker or Kubernetes or building Temporal from source? ### Additional context <!-- Add any other context about the problem here. -->