Skip to content

Commit

Permalink
[editorial] Clarify wording on exporter interfaces (#2673)
Browse files Browse the repository at this point in the history
  • Loading branch information
arminru authored Jul 25, 2022
1 parent dfb1977 commit 71b5032
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions specification/trace/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -603,9 +603,8 @@ primarily a simple telemetry data encoder and transmitter.
### Interface Definition

The exporter MUST support three functions: **Export**, **Shutdown**, and **ForceFlush**.
In strongly typed languages typically there will be 2 separate `Exporter`
interfaces, one that accepts spans (SpanExporter) and one that accepts metrics
(MetricsExporter).
In strongly typed languages typically there will be one separate `Exporter`
interface per signal (`SpanExporter`, ...).

#### `Export(batch)`

Expand Down

0 comments on commit 71b5032

Please sign in to comment.