You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The capitalizations slice in the semconvgengenerator.go file does not include some of the keywords we would like capitalized for the generated metrics in semconv, namely:
ASPNETCore
JVM
Adding a new optional flag (e.g. capitalizations-path) and appending the strings from the capitalizations file (file type to be determined) to the existing capitalizations slice would provide the flexibility to add these strings (and others, as necessary) without modifying the code in the generator file.
The
capitalizations
slice in thesemconvgen
generator.go file does not include some of the keywords we would like capitalized for the generated metrics insemconv
, namely:ASPNETCore
JVM
Adding a new optional flag (e.g.
capitalizations-path
) and appending the strings from the capitalizations file (file type to be determined) to the existing capitalizations slice would provide the flexibility to add these strings (and others, as necessary) without modifying the code in the generator file.A usage example:
metric-capitalizations.txt
Invoking
semconvgen
with the new flag:The text was updated successfully, but these errors were encountered: