1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-02-01 13:07:51 +02:00

added readme section to point to contrib repo (#612)

Signed-off-by: Andrew Hsu <xuzuan@gmail.com>
This commit is contained in:
Andrew Hsu 2020-04-02 10:58:09 -07:00 committed by GitHub
parent 446727b90d
commit 0f771bba67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,13 @@ See the Go packages depending upon
and [sdk/export/metric](https://pkg.go.dev/go.opentelemetry.io/otel/sdk/export/metric?tab=importedby)
for a list of all exporters compatible with OpenTelemetry's Go SDK.
## Compatible Libraries
See the
[opentelemetry-go-contrib](https://github.com/open-telemetry/opentelemetry-go-contrib)
repo for packages that facilitates instrumenting other useful Go libraries
with opentelemetry-go for distributed tracing and monitoring.
## Contributing
See the [contributing file](CONTRIBUTING.md).