Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
More codifying existing practices as we approach stability.
See JSON schema docs on $id and other links in the PR for context.
It may be good to eventually have automation that makes these documents accessible on
opentelemetry.io
, but I don't think that's strictly necessary. Base on my read of these docs, its sufficient for the URL to be in our control.Actually requiring upload to opentelemetry.io would require thinking about if we should encode version into the URI scheme and how that affects development in this repo. I.e. is it
https://opentelemetry.io/otelconfig/opentelemetry_configuration.json
orhttps://opentelemetry.io/otelconfig/<version>/opentelemetry_configuration.json
?Its not clear to me what we gain by making these URLs resolve on opentelemetry.io. I do think we should open an issue on https://github.com/open-telemetry/opentelemetry.io to reserve the
https://opentelemetry.io/otelconfig/
path, in case we need it in the future.Thoughts?