Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-telemetry/opentelemetry-specification
Specifications for OpenTelemetry
https://github.com/open-telemetry/opentelemetry-specification
opentelemetry
Last synced: about 1 month ago
JSON representation
Specifications for OpenTelemetry
- Host: GitHub
- URL: https://github.com/open-telemetry/opentelemetry-specification
- Owner: open-telemetry
- License: apache-2.0
- Created: 2019-05-01T18:41:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T19:52:36.000Z (about 2 months ago)
- Last Synced: 2024-09-27T07:01:06.703Z (about 2 months ago)
- Topics: opentelemetry
- Language: Makefile
- Homepage: https://opentelemetry.io
- Size: 9.54 MB
- Stars: 3,711
- Watchers: 157
- Forks: 887
- Open Issues: 556
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-starts - open-telemetry/opentelemetry-specification - Specifications for OpenTelemetry (Makefile)
- awesome-list - opentelemetry-specification - telemetry | 1907 | (Makefile)
README
# OpenTelemetry Specification
[![Checks](https://github.com/open-telemetry/opentelemetry-specification/workflows/Checks/badge.svg?branch=main)](https://github.com/open-telemetry/opentelemetry-specification/actions?query=workflow%3A%22Checks%22+branch%3Amain)
![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/open-telemetry/specification.svg)![OpenTelemetry Logo](https://opentelemetry.io/img/logos/opentelemetry-horizontal-color.png)
The **[OpenTelemetry][] specification** describes the cross-language
requirements and expectations for all OpenTelemetry implementations.- The [latest release][] is hosted at
[opentelemetry.io/docs/specs/otel][]
- Markdown sources are under [specification](./specification/README.md)## Change / contribution process
For details, see [CONTRIBUTING.md](CONTRIBUTING.md), in particular read
[Proposing a change](CONTRIBUTING.md#proposing-a-change) before submitting a PR.## Questions
Questions that need additional attention can be brought to the regular
specifications meeting. EU and US timezone friendly meeting is held every
Tuesday at 8 AM Pacific time. Meeting notes are held in the [Google
doc](https://docs.google.com/document/d/1pdvPeKjA8v8w_fGKAN68JjWBmVJtPCpqdi9IZrd6eEo).
APAC timezone friendly meetings are held on request. See
[OpenTelemetry calendar](https://github.com/open-telemetry/community#calendar).Escalations to technical committee may be made over the
[e-mail](https://github.com/open-telemetry/community#tc-technical-committee).
Technical committee holds regular meetings, notes are held
[here](https://docs.google.com/document/d/1hOHPCu5TGenqTeWPB9qQB_qd33uITZBcvK1FnWxYJAw/edit?usp=sharing).## Specification compliance matrix by language
See [Compliance of Implementations with
Specification](./spec-compliance-matrix.md).## Project Timeline
The current project status as well as information on notable past releases is found at
[the OpenTelemetry project page](https://opentelemetry.io/status/).Information about current work and future development plans is found at the
[specification development milestones](https://github.com/open-telemetry/opentelemetry-specification/milestones).## Versioning the Specification
Changes to the [specification](./specification/overview.md) are versioned according to [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html) and described in [CHANGELOG.md](CHANGELOG.md). Layout changes are not versioned. Specific implementations of the specification should specify which version they implement.
Changes to the change process itself are not currently versioned but may be independently versioned in the future.
## License
By contributing to OpenTelemetry Specification repository, you agree that your contributions will be licensed under its [Apache 2.0 License](LICENSE).
[OpenTelemetry]: https://opentelemetry.io
[latest release]: https://github.com/open-telemetry/opentelemetry-specification/releases/latest
[opentelemetry.io/docs/specs/otel]: https://opentelemetry.io/docs/specs/otel/