When running dozens of .NET services across multiple teams, tracking which runtime versions are deployed in production is surprisingly difficult. By adding three lines of OpenTelemetry configuration to each service's startup code, you can attach the CLR version as a resource attribute using `Environment.Version.ToString()`.
Sort: