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()`.

3m read timeFrom bartwullems.blogspot.com
Post cover image
Table of contents
The problemThe solutionWhy resource attributes?The broader patternMore information

Sort: