From 501cd75de668ddd522be7d4646d212e26628f50f Mon Sep 17 00:00:00 2001 From: Liz Fong-Jones Date: Tue, 31 Dec 2019 13:48:24 -0500 Subject: [PATCH] Document compatible exporters in a neutral fashion (#405) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ce4ddbab05d..04347231d26 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,13 @@ detail, and the [opentelemetry-example-app](./example/README.md) for a complete example. +## Compatible Exporters + +See the Go packages depending upon +[sdk/export/trace](https://pkg.go.dev/go.opentelemetry.io/otel/sdk/export/trace?tab=importedby) +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. + ## Contributing See the [contributing file](CONTRIBUTING.md).