opentelemetry-go
opentelemetry-go copied to clipboard
Use `capitalizations-path` flag in `semconvgen` to properly capitalize semantic conventions
Semantic conventions for metrics were introduced in v1.24.0. Additionally, a flag was added to the semconvgen
build tool providing a way to customize the capitalization of a specific string.
Update the Makefile to utilize the new flag in semconvgen
to properly capitalize ASPNETCore
and JVM
:
https://github.com/open-telemetry/opentelemetry-go/blob/a9ccdca5a8a486d8cae5c4f73ec2cacf55d2dcaa/Makefile#L271
The issue in the build tools repository has a detailed example.