1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-03 22:52:30 +02:00

Document compatible exporters in a neutral fashion (#405)

This commit is contained in:
Liz Fong-Jones 2019-12-31 13:48:24 -05:00 committed by GitHub
parent dd781560d4
commit 501cd75de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).