Skip to content

Commit

Permalink
Update compliance matrix for dotnet metric (open-telemetry#2938)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Nov 11, 2022
1 parent 8195103 commit 2cf57d2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ formats is required. Implementing more than one format is optional.
| The meter provides functions to create a new `AsynchronousCounter`. | | + | + | + | + | | | | | + | + | |
| The meter provides functions to create a new `Histogram`. | | + | + | + | + | | | | | + | + | |
| The meter provides functions to create a new `AsynchronousGauge`. | | + | + | + | + | | | | | + | + | |
| The meter provides functions to create a new `UpDownCounter`. | | + | + | + | + | | | | | + | - | |
| The meter provides functions to create a new `AsynchronousUpDownCounter`. | | + | + | + | + | | | | | + | - | |
| The meter provides functions to create a new `UpDownCounter`. | | + | + | + | + | | | | | + | + | |
| The meter provides functions to create a new `AsynchronousUpDownCounter`. | | + | + | + | + | | | | | + | + | |
| Instruments have `name` | | + | + | + | + | | | | | + | + | |
| Instruments have kind. | | + | + | + | + | | | | | + | + | |
| Instruments have an optional unit of measure. | | + | + | + | + | | | | | + | + | |
Expand All @@ -129,15 +129,15 @@ formats is required. Implementing more than one format is optional.
| `create_asynchronous_counter` creates an `AsynchronousCounter`. | | + | + | + | + | | | | | + | + | |
| The API for `AsynchronousCounter` accepts the name, unit and description of the instrument. | | + | + | + | + | | | | | + | + | |
| The API for `AsynchronousCounter` accepts a callback. | | + | + | + | + | | | | | + | + | |
| `create_up_down_counter` returns an `UpDownCounter`. | | + | + | + | + | | | | | + | - | |
| The API for `UpDownCounter` accepts the name, unit and description of the instrument. | | + | + | + | + | | | | | + | - | |
| `UpDownCounter` has an `add` method. | | + | + | + | + | | | | | + | - | |
| The `add` method returns no (or dummy) value. | X | + | + | + | + | | | | | + | - | |
| The `add` method accepts optional attributes. | | + | + | + | + | | | | | + | - | |
| The `add` method accepts the increment amount. | | + | + | + | + | | | | | + | - | |
| `create_asynchronous_up_down_counter` creates an `AsynchronousUpDownCounter`. | | + | + | + | + | | | | | + | - | |
| The API for `AsynchronousUpDownCounter` accepts the name, unit and description of the instrument. | | + | + | + | + | | | | | + | - | |
| The API for `AsynchronousUpDownCounter` accepts a callback. | | + | + | + | + | | | | | + | - | |
| `create_up_down_counter` returns an `UpDownCounter`. | | + | + | + | + | | | | | + | + | |
| The API for `UpDownCounter` accepts the name, unit and description of the instrument. | | + | + | + | + | | | | | + | + | |
| `UpDownCounter` has an `add` method. | | + | + | + | + | | | | | + | + | |
| The `add` method returns no (or dummy) value. | X | + | + | + | + | | | | | + | + | |
| The `add` method accepts optional attributes. | | + | + | + | + | | | | | + | + | |
| The `add` method accepts the increment amount. | | + | + | + | + | | | | | + | + | |
| `create_asynchronous_up_down_counter` creates an `AsynchronousUpDownCounter`. | | + | + | + | + | | | | | + | + | |
| The API for `AsynchronousUpDownCounter` accepts the name, unit and description of the instrument. | | + | + | + | + | | | | | + | + | |
| The API for `AsynchronousUpDownCounter` accepts a callback. | | + | + | + | + | | | | | + | + | |
| `create_histogram` returns a `Histogram`. | | + | + | + | + | | | | | + | + | |
| The API for `Histogram` accepts the name, unit and description of the instrument. | | + | + | + | + | | | | | + | + | |
| `Histogram` has a `record` method. | | + | + | + | + | | | | | + | + | |
Expand Down

0 comments on commit 2cf57d2

Please sign in to comment.