opentelemetry-go icon indicating copy to clipboard operation
opentelemetry-go copied to clipboard

Use `capitalizations-path` flag in `semconvgen` to properly capitalize semantic conventions

Open carrbs opened this issue 8 months ago • 0 comments

Semantic conventions for metrics were introduced in v1.24.0. Additionally, a flag was added to the semconvgenbuild 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.

carrbs avatar Jun 03 '24 18:06 carrbs