Skip to content

Commit

Permalink
Specify the user-facing API for metric instruments (#299)
Browse files Browse the repository at this point in the history
* Edits, expansion

* Minor fix for AloisReitbauer's feedback on PR250

* Describe metrics event context; make use of global Meter recommended for allocating static metrics

* Feedback part 1

* Feedback part 2

* Feedback part 3

* Feedback part 4

* Revert api-metrics.md fix

* Comment on convenience overload to bypass LabelSet

* Change signed/non-negative to absolute

* Remove observer instrument from this spec for v0.2

* Remove Delete for 0.2
  • Loading branch information
jmacd authored and SergeyKanzhelev committed Oct 17, 2019
1 parent 54bbeb8 commit 9385578
Show file tree
Hide file tree
Showing 2 changed files with 486 additions and 8 deletions.
7 changes: 3 additions & 4 deletions specification/api-metrics-meter.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Metric SDK-facing API

This document is a placeholder pending active discussion. It will
eventually contain portions that were removed from
https://github.com/open-telemetry/opentelemetry-specification/blob/3d2b8ecf410f62172a22a9fbff88304724d4cc78/specification/api-metrics.md
after further discussion.
This document will be updated as part of the v0.2 milestone with a
detailed list of `Meter` API methods. These methods will match the
user-facing API specified [here](api-metrics-user.md).
Loading

0 comments on commit 9385578

Please sign in to comment.