From 0f771bba67abab17112b559dbe49996aba1e3822 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Thu, 2 Apr 2020 10:58:09 -0700 Subject: [PATCH] added readme section to point to contrib repo (#612) Signed-off-by: Andrew Hsu --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 78b02a20b..431fce88a 100644 --- a/README.md +++ b/README.md @@ -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).