Skip to content

Commit

Permalink
switch the new_api to the be api
Browse files Browse the repository at this point in the history
  • Loading branch information
reyang committed May 5, 2021
1 parent 6763ad6 commit 98a6377
Show file tree
Hide file tree
Showing 7 changed files with 1,822 additions and 1,823 deletions.
2 changes: 1 addition & 1 deletion specification/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Synonyms: *Instrumenting Library*.
### Tracer Name / Meter Name

This refers to the `name` and (optional) `version` arguments specified when
creating a new `Tracer` or `Meter` (see [Obtaining a Tracer](trace/api.md#tracerprovider)/[Obtaining a Meter](metrics/api.md#meter-interface)).
creating a new `Tracer` or `Meter` (see [Obtaining a Tracer](trace/api.md#tracerprovider)/[Obtaining a Meter](metrics/api.md#meterprovider)).
The name/version pair identifies the [Instrumentation Library](#instrumentation-library).

## Logs
Expand Down
1,735 changes: 673 additions & 1,062 deletions specification/metrics/api.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion specification/metrics/datamodel.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ compressed format rather than individual timeseries.
While OpenTelemetry provides flexibility in how instruments can be transformed
into metric streams, the instruments are defined such that a reasonable default
mapping can be provided. The exact
[OpenTelemetry instruments](api.md##metric-instruments) are more fully
[OpenTelemetry instruments](api.md##instrument) are more fully
detailed in the API specification.

In the Event model, the primary data are (instrument, number) points, originally
Expand Down
Loading

0 comments on commit 98a6377

Please sign in to comment.