update readme to remove configuration working group#3297
update readme to remove configuration working group#3297trask merged 2 commits intoopen-telemetry:mainfrom
Conversation
With the stability of the Configuration schema being achieved, the goal of the original working group has been reached and the project completed. I would recommend future issues with the configuration specification and schema be folded into the general specification call. Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
|
Is the plan for the opentelemetry-configuration repo maintainership to transition to the specification maintainers (i.e. @open-telemetry/technical-committee)? Or for the configuration repo to be folded into the specification repo? thanks |
I'm not sure. I think of the opentelemetry-configuration repo as an extension of the spec, like opentelemetry-proto, semantic-conventions, opamp-spec. The one thing that's a bit odd is that the different related bits ultimately have different maintainer groups:
By coincidence, most of the Going forward, I'd like to see the spec contribution process updated to be "declarative configuration first", where additions to the SDK spec need to be accompanied by proposals on corresponding proposals for schema changes to opentelemetry-configuration. This will help ensure that features are evaluated holistically, since the config plays a key part of the UX. In this future, config work really is spec work. Do we need to fix the maintenance responsibility mismatch? Or is maintaining the config schema a different enough job to warrant a different group, and its good enough that
I don't think so. Historically, we've peeled pieces out of the spec rather than rolling them in. |
|
can we get clarification from the Specification SIG maintainers how they'd like to move forward with this? In particular do they want to have multiple sets of maintainers in the SIG, or do they want to have a single set of maintainers? (there are examples of both, e.g. the Java SIG has different sets of maintainers for different repos, while the spec SIG currently has a single set of maintainers for its current 2 repos) my only goal here is to avoid having a repo without an active SIG and an active set of maintainers. |
My inclination is to keep @open-telemetry/technical-committee WDYT?
I'd argue the spec is comprised of |
The difference from my perspective is that Semantic Convention and OpAmp repos each have their own (active) SIG / meeting / slack. Here we're proposing to fold the Configuration SIG (back) into the Specification SIG / meeting / slack(?).
Makes sense, I can go ahead and merge this, can you add as an FYI in next week's Specification SIG meeting? |
With the stability of the Configuration schema being achieved, the goal of the original working group has been reached and the project completed. I would recommend future issues with the configuration specification and schema be folded into the general specification call.