Skip to content

Commit

Permalink
Document compatible exporters in a neutral fashion (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizthegrey committed Dec 31, 2019
1 parent dd78156 commit 501cd75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 501cd75

Please sign in to comment.