Skip to content

Commit 69ba6a9

Browse files
authored
readme badges and cleanup (#1053)
* adding badges to the various readme files to make more obvious the current versions * list all packages and versions in main readme * remove old README documentation (excluding development-specific), and direct users to opentelemetry.io * link to opentelemetry.io where possible in package readme * adding a badge to link to releases releases are not easy to find, since they exist only in the subtree split repository
1 parent 890040e commit 69ba6a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[![Releases](https://img.shields.io/badge/releases-purple)](https://github.com/opentelemetry-php/context/releases)
2+
[![Source](https://img.shields.io/badge/source-context-green)](https://github.com/open-telemetry/opentelemetry-php/tree/main/src/Context)
3+
[![Mirror](https://img.shields.io/badge/mirror-opentelemetry--php:context-blue)](https://github.com/opentelemetry-php/context)
4+
[![Latest Version](http://poser.pugx.org/open-telemetry/context/v/unstable)](https://packagist.org/packages/open-telemetry/context/)
5+
[![Stable](http://poser.pugx.org/open-telemetry/context/v/stable)](https://packagist.org/packages/open-telemetry/context/)
6+
17
# OpenTelemetry Context
28

39
Immutable execution scoped propagation mechanism, for further details see [opentelemetry-specification][1].

0 commit comments

Comments
 (0)