Skip to content

Commit

Permalink
Add an addendum for allowing async/callback export return results. (o…
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwatson committed Jul 17, 2020
1 parent bd98664 commit 15c41b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions specification/trace/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@ ExportResult is one of:
* `Failure` - exporting failed. The batch must be dropped. For example, this
can happen when the batch contains bad data and cannot be serialized.

Note: this result may be returned via an async mechanism or a callback, if that
is idiomatic for the language implementation.

#### `Shutdown()`

Shuts down the exporter. Called when SDK is shut down. This is an opportunity
Expand Down

0 comments on commit 15c41b1

Please sign in to comment.