-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What's the replacement of configschema
?
#33778
Comments
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
The short answer is, not yet. Some work here to adopt a schema for config: open-telemetry/opentelemetry-collector#9769 |
Component(s)
No response
Describe the issue you're reporting
There is a vscode extension otel-validator which can make the editing of otel-collector configuration easier. It makes use of the output of cfgmetadatagen which extracts configuration metadata from various collector components.
I found that the
configschema
is removed in this PR , wondering if there is any replacement of it which can help generate the json schema of configs?The text was updated successfully, but these errors were encountered: