open-telemetry / semantic-conventions-java

Java generated classes for semantic conventions
Apache License 2.0
13 stars 14 forks source link

Add "Incubating" to nested class names? #67

Open trask opened 3 months ago

trask commented 3 months ago

wdyt of renaming DbSystemValues to DbIncubatingSystemValues to make usage clearer when importing the nested class directly (and also possibly also since individual enum attribute values can be declared stable / experimental and so it may be more common to need both DbSystemValues to DbIncubatingSystemValues)

cc @lmolkova @jack-berg

jack-berg commented 3 months ago

Seems like a good idea!