Skip to content

Commit e0b1a01

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 4c78f88 commit e0b1a01

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

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

39
The OpenTelemetry PHP SDK implements the API, and should be used in conjunction with contributed exporter(s) to generate and export telemetry.
410

11+
## Documentation
12+
13+
https://opentelemetry.io/docs/instrumentation/php/sdk/
14+
515
## Getting started
616

717
### Manual setup

0 commit comments

Comments
 (0)