-
Notifications
You must be signed in to change notification settings - Fork 890
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
Introduce Schema URL in Tracer and Meter API #1666
Introduce Schema URL in Tracer and Meter API #1666
Conversation
fb2a4a9
to
a144686
Compare
2ebeed3
to
903997b
Compare
[Do not merge, this is a draft to get maintainers' feedback] This adds support for schema URL according to the specification: open-telemetry/opentelemetry-specification#1666 (Link to replaced by the link to the spec after that PR is merged) TODO: - Populate the schema_url field in the OTLP after this PR open-telemetry/opentelemetry-proto#298 is merged and the field is available in the proto message.
[Do not merge, this is a draft to get maintainers' feedback] This adds support for schema URL according to the specification: open-telemetry/opentelemetry-specification#1666 (Link to replaced by the link to the spec after that PR is merged) TODO: - Populate the schema_url field in the OTLP after this PR open-telemetry/opentelemetry-proto#298 is merged and the field is available in the proto message.
[Do not merge, this is a draft to get maintainers' feedback] This adds support for schema URL according to the specification: open-telemetry/opentelemetry-specification#1666 (Link to replaced by the link to the spec after that PR is merged) TODO: - Populate the schema_url field in the OTLP after this PR open-telemetry/opentelemetry-proto#298 is merged and the field is available in the proto message.
[Do not merge, this is a draft to get maintainers' feedback] This adds support for schema URL according to the specification: open-telemetry/opentelemetry-specification#1666 (Link to replaced by the link to the spec after that PR is merged) TODO: Populate the schema_url field in the OTLP after this PR open-telemetry/opentelemetry-proto#298 is merged and the field is available in the proto message.
[Do not merge, this is a draft to get maintainers' feedback] This adds support for schema URL according to the specification: open-telemetry/opentelemetry-specification#1666 (Link to replaced by the link to the spec after that PR is merged) TODO: Populate the schema_url field in the OTLP after this PR open-telemetry/opentelemetry-proto#298 is merged and the field is available in the proto message. This is the first in the series of changes that are necessary to add support for schemas in Go SDK. Subsequent PRs will add support in Meter and Resource. We will also see if we can find a good way to group semantic conventions with the schema version that declares them.
903997b
to
fc491f3
Compare
[Do not merge, this is a draft to get maintainers' feedback] This adds support for schema URL according to the specification: open-telemetry/opentelemetry-specification#1666 (Link to replaced by the link to the spec after that PR is merged) TODO: Populate the schema_url field in the OTLP after this PR open-telemetry/opentelemetry-proto#298 is merged and the field is available in the proto message. This is the first in the series of changes that are necessary to add support for schemas in Go SDK. Subsequent PRs will add support in Meter and Resource. We will also see if we can find a good way to group semantic conventions with the schema version that declares them.
This adds to the Resource SDK the concept of Schema URL proposed in OTEP 0152: https://github.com/open-telemetry/oteps/blob/main/text/0152-telemetry-schemas.md Related earlier PR that adds the Schema URL to the API: open-telemetry#1666
@jkwatson I briefly discussed with @austinlparker and it appears it is fairly easy to publish schema files from this repo (which will be the source of truth for schemas) to the website where the schema files will be downloadable as Here is the draft plan: open-telemetry/opentelemetry.io#577 I think we are good to move forward with this PR. We can add further checks and controls that prevents mistakes (e.g. ensures that the schema is always published when making a release or that if the semantic conventions is changed there is a corresponding entry in the schema file). This can be done gradually, it is not a blocker. |
This is ready for the final pass by commenters who did not yet approve and can be merged tomorrow if there are no new comments. |
65b9b19
to
ed15f3c
Compare
I believe this now addresses all comments. Please have another look. |
This adds to the Resource SDK the concept of Schema URL proposed in OTEP 0152: https://github.com/open-telemetry/oteps/blob/main/text/0152-telemetry-schemas.md Related earlier PR that adds the Schema URL to the API: open-telemetry#1666
e1fbe5e
to
3775615
Compare
This is now ready for merging. I squashed all commits into one. Will merge tomorrow if I don't hear any objections. |
This adds to the Resource SDK the concept of Schema URL proposed in OTEP 0152: https://github.com/open-telemetry/oteps/blob/main/text/0152-telemetry-schemas.md Related earlier PR that adds the Schema URL to the API: open-telemetry#1666
This adds to the API the changes proposed in OTEP 0152: https://github.com/open-telemetry/oteps/blob/main/text/0152-telemetry-schemas.md Corresponding changes to the proto repository are here: open-telemetry/opentelemetry-proto#298
61e5eae
to
8dfa6bc
Compare
This adds to the Resource SDK the concept of Schema URL proposed in OTEP 0152: https://github.com/open-telemetry/oteps/blob/main/text/0152-telemetry-schemas.md Related earlier PR that adds the Schema URL to the API: open-telemetry#1666
This adds to the Resource SDK the concept of Schema URL proposed in OTEP 0152: https://github.com/open-telemetry/oteps/blob/main/text/0152-telemetry-schemas.md Related earlier PR that adds the Schema URL to the API: open-telemetry#1666
This adds to the Resource SDK the concept of Schema URL proposed in OTEP 0152: https://github.com/open-telemetry/oteps/blob/main/text/0152-telemetry-schemas.md Related earlier PR that adds the Schema URL to the API: open-telemetry#1666
This adds to the Resource SDK the concept of Schema URL proposed in OTEP 0152: https://github.com/open-telemetry/oteps/blob/main/text/0152-telemetry-schemas.md Related earlier PR that adds the Schema URL to the API: #1666
[Do not merge, this is a draft to get maintainers' feedback] This adds support for schema URL according to the specification: open-telemetry/opentelemetry-specification#1666 (Link to replaced by the link to the spec after that PR is merged) TODO: Populate the schema_url field in the OTLP after this PR open-telemetry/opentelemetry-proto#298 is merged and the field is available in the proto message. This is the first in the series of changes that are necessary to add support for schemas in Go SDK. Subsequent PRs will add support in Meter and Resource. We will also see if we can find a good way to group semantic conventions with the schema version that declares them.
This adds support for schema URL to the Tracer according to the specification: open-telemetry/opentelemetry-specification#1666 (Link to replaced by the link to the spec after that PR is merged) For the future: once the proto is updated we will need to populate the schema_url field in the messages.
This adds support for schema URL to the Tracer according to the specification: open-telemetry/opentelemetry-specification#1666 (Link to replaced by the link to the spec after that PR is merged) For the future: once the proto is updated we will need to populate the schema_url field in the messages.
This adds support for schema URL to the Tracer according to the specification: open-telemetry/opentelemetry-specification#1666 (Link to replaced by the link to the spec after that PR is merged) For the future: once the proto is updated we will need to populate the schema_url field in the messages.
This adds to the API the changes proposed in OTEP 0152: https://github.com/open-telemetry/oteps/blob/main/text/0152-telemetry-schemas.md Corresponding changes to the proto repository are here: open-telemetry/opentelemetry-proto#298
This adds to the API the changes proposed in OTEP 0152:
https://github.com/open-telemetry/oteps/blob/main/text/0152-telemetry-schemas.md
I will submit corresponding changes to the proto repository separately.