open-telemetry / build-tools

Building tools provided by OpenTelemetry
https://opentelemetry.io
Apache License 2.0
37 stars 53 forks source link

Support shared enum definitions #32

Open Oberon00 opened 3 years ago

Oberon00 commented 3 years ago

I noticed that we have duplicated the list of well-known cloud providers to both the cloud.provider resource attribute and the faas.invoked_provider attribute.

With this we keep approaching XSD 😄

lmolkova commented 6 months ago

Related: https://github.com/open-telemetry/semantic-conventions/issues/799

With reusing attributes across signals, we can now merge attributes that have the same list of members into one (such as cloud.provder)