Open lmolkova opened 8 months ago
Hello @lmolkova , can i work on this issue?
Hi @AkhigbeEromo , thanks for the interest in build-tools! We're considering moving the functionality over to https://github.com/open-telemetry/weaver. You're very welcome to contribute there. We'll be finalizing the plan and will have a better idea of specific tasks it involves soon.
An update on this issue:
allow_custom_values
flag and always output format as if it were true.
We're reserving the right to add values to enums in the future in the spec
https://github.com/open-telemetry/opentelemetry-specification/blob/4f71c1642e541220e293bacf8c0d58f1fbcd3111/specification/versioning-and-stability.md?plain=1#L228-L231
But by default
allow_custom_values
is set tofalse
resulting in "MUST be one of the following:" in the markdown and some confusion.I suggest removing the flag completely, but given it's a breaking change, we can also consider changing it to
true
by default.