Flatten stability attribute in metadata attributes#45903
Conversation
|
For this to pass, the workflow that updates the collector to its latest commit needs to run. |
This seems to run on Fridays: I'd be fine running this earlier to apply the fix immediately. /cc @open-telemetry/collector-contrib-approvers |
|
Seems like the automation failed: https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/21897915348/job/63218327139 :( |
|
Urgh it's a chicken and egg thing. The action can't run because this PR isn't merged, and this PR can't be merged until that action rans. |
|
And I can't run
|
|
It seems to be a chicken and egg problem indeed and we cannot really migrate nicely since the stability field/key changes from object to string. I guess we will need to break @mx-psi would that be acceptable? Have we done something similar in the past? |
|
I also wonder if we could just run the update-otel workflow from a branch that has these changes. i.e. merging |
|
Changed the base branch of this PR so we can run the workflow in a branch that is not main. |
Sorry, missed this yesterday, I think the alternative you came up with sounds great |
This follows open-telemetry/opentelemetry-collector#14424