Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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).