Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opentracing/specification
A place to document (and discuss) the OpenTracing specification. 🛑 This project is DEPRECATED! https://github.com/opentracing/specification/issues/163
https://github.com/opentracing/specification
Last synced: 3 months ago
JSON representation
A place to document (and discuss) the OpenTracing specification. 🛑 This project is DEPRECATED! https://github.com/opentracing/specification/issues/163
- Host: GitHub
- URL: https://github.com/opentracing/specification
- Owner: opentracing
- License: apache-2.0
- Archived: true
- Created: 2016-11-13T23:32:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T22:02:43.000Z (about 3 years ago)
- Last Synced: 2024-09-21T18:36:47.280Z (3 months ago)
- Homepage: http://opentracing.io/spec
- Size: 111 KB
- Stars: 1,174
- Watchers: 69
- Forks: 182
- Open Issues: 75
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome - specification - A place to document (and discuss) the OpenTracing specification (Others)
- my-awesome - opentracing/specification - 10 star:1.2k fork:0.2k A place to document (and discuss) the OpenTracing specification. 🛑 This project is DEPRECATED! https://github.com/opentracing/specification/issues/163 (Others)
README
# The OpenTracing Specification repository
OpenTracing Specification Official Website: [http://opentracing.io/spec](http://opentracing.io/spec).
The [opentracing/specification](https://github.com/opentracing/specification) repository is a place to document (and discuss) the OpenTracing specification itself (independent of any particular language or platform).
Historically this activity took place on the docs repo ([github.com/opentracing/opentracing.io](https://github.com/opentracing/opentracing.io)), but that became awkward since trivial website presentation and highly non-trivial semantic discussions were happening under the same namespace. The `specification` repository was thus proposed as part of [opentracing.io#144](https://github.com/opentracing/opentracing.io/issues/144).
## What's here
There are two important files in this repository:
### Specification
[`specification.md`](./specification.md), a versioned description of the current pan-language OpenTracing standard### Semantic Conventions
[`semantic_conventions.md`](./semantic_conventions.md), a document describing conventional Span tags and log keys for common semantic scenarios## License
By contributing to OpenTracing Specification repository, you agree that your contributions will be licensed under its [Apache 2.0 License](https://github.com/opentracing/specification/blob/master/LICENSE).