open-telemetry / open-telemetry/opentelemetry-ruby
Add support for `schema_url`
Open
@xuan-cao-swi is already working on this.
Since Sep 4, 2024.
keep
metrics
spec-compliance
- Dominant language
- Ruby
- Stars
- 606
- Forks
- 301
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 42
Description
The schema_url feature is not currently available for the Ruby OpenTelemetry project. Tracers, Meters, and Loggers could use the feature.
Telemetry schemas help with alignment among OpenTelemetry semantic conventions, telemetry sources, and telemetry consumers.
We could consider supporting schema_url for multiple signals at once, or just for one at a time. Note that schema_url is not optional for metrics, but is for traces and logs.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.