open-telemetry / opentelemetry-collector-contrib

Contrib repository for the OpenTelemetry Collector
https://opentelemetry.io
Apache License 2.0
2.71k stars 2.14k forks source link

What's the replacement of `configschema` ? #33778

Open chenlujjj opened 3 days ago

chenlujjj commented 3 days ago

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?