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 semconv packages don't appear to include attribute_group-typed conventions. I believe this is because the attribute_group type is not part of the semconvgen Makefile target:
Is your feature request related to a problem? Please describe.
I'm interested in
server.address
,server.port
, andurl.scheme
to fix open-telemetry/opentelemetry-collector-contrib#32814.Describe the solution you'd like
The semconv packages don't appear to include
attribute_group
-typed conventions. I believe this is because theattribute_group
type is not part of the semconvgen Makefile target:opentelemetry-collector/Makefile
Lines 232 to 240 in cad2734
The text was updated successfully, but these errors were encountered: