Skip to content

Commit

Permalink
Merge branch 'main' into codeboten/add-schema-direction
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Boten committed Jul 26, 2022
2 parents e6aba90 + a57a7ce commit 64e3d37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion specification/compatibility/opentracing.md
Expand Up @@ -508,7 +508,7 @@ causally related. The reference information itself consists of a

OpenTracing defines two types of references:

* **Child Of**: The parent `Span` depends o the child `Span`
* **Child Of**: The parent `Span` depends on the child `Span`
in some capacity.
* **Follows From**: The parent `Span` does not depend in any
way on the result of their child `Span`s.
Expand Down
2 changes: 2 additions & 0 deletions specification/metrics/sdk.md
Expand Up @@ -441,6 +441,8 @@ or equal to the measurement.

##### Exponential Bucket Histogram Aggregation

**Status**: [Experimental](../document-status.md)

The Exponential Histogram Aggregation informs the SDK to collect data
for the [Exponential Histogram Metric
Point](./data-model.md#exponentialhistogram), which uses an exponential
Expand Down
5 changes: 2 additions & 3 deletions specification/trace/sdk.md
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 64e3d37

Please sign in to comment.