Skip to content

Commit d4ba21d

Browse files
legendecasjmacd
andauthored
Rename observer result to observable result (open-telemetry#2238)
Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
1 parent 3070071 commit d4ba21d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specification/metrics/api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ function(s) independently.
416416
approach. Here are some examples:
417417

418418
* Return a list (or tuple, generator, enumerator, etc.) of `Measurement`s.
419-
* Use an observer result argument to allow individual `Measurement`s to be
419+
* Use an observable result argument to allow individual `Measurement`s to be
420420
reported.
421421

422422
User code is recommended not to provide more than one `Measurement` with the
@@ -628,7 +628,7 @@ function(s) independently.
628628
approach. Here are some examples:
629629

630630
* Return a list (or tuple, generator, enumerator, etc.) of `Measurement`s.
631-
* Use an observer result argument to allow individual `Measurement`s to be reported.
631+
* Use an observable result argument to allow individual `Measurement`s to be reported.
632632

633633
User code is recommended not to provide more than one `Measurement` with the
634634
same `attributes` in a single callback. If it happens, the
@@ -905,7 +905,7 @@ function(s) independently.
905905
approach. Here are some examples:
906906

907907
* Return a list (or tuple, generator, enumerator, etc.) of `Measurement`s.
908-
* Use an observer result argument to allow individual `Measurement`s to be
908+
* Use an observable result argument to allow individual `Measurement`s to be
909909
reported.
910910

911911
User code is recommended not to provide more than one `Measurement` with the

0 commit comments

Comments
 (0)