Skip to content

Commit

Permalink
Merge branch 'master' into named-tracers-and-meters
Browse files Browse the repository at this point in the history
  • Loading branch information
z1c0 authored Oct 1, 2019
2 parents f49f367 + d78735c commit 3b12747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/api-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ the SDK to suppress telemetry produced by this library.
### Create Metric

`Meter` MUST expose the APIs to create a `Metric` of every supported type.
Depending on the language - builder pattern (C#, Java) or options (Go) SHOULD be
Depending on the language - builder pattern (Java) or options (Go) SHOULD be
used.

`Metric` creation API requires the following argument.
Expand Down Expand Up @@ -86,7 +86,7 @@ Optional arguments:
`Meter` MUST expose the API to create a `Measure` that will be used for
recording raw `Measurements`.

Depending on the language - builder pattern (C#, Java) or options (Go) SHOULD be
Depending on the language - builder pattern (Java) or options (Go) SHOULD be
used. When multiple `Measure`s with the same arguments were created,
implementation may decide to return the same or distinct object. Users of API
MUST NOT set any expectations about `Measure`s being unique objects.
Expand Down

0 comments on commit 3b12747

Please sign in to comment.