Skip to content

Commit

Permalink
Add links to all specified creation operations (#1815)
Browse files Browse the repository at this point in the history
  • Loading branch information
pirgeo authored Jul 14, 2021
1 parent 862a1a3 commit faae76d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion specification/metrics/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,14 @@ the responsibility of the `MeterProvider` instead.

The `Meter` MUST provide functions to create new [Instruments](#instrument):

* [Create a new Counter](#counter-creation) (see the section on `Counter`)
* [Create a new Counter](#counter-creation)
* [Create a new Asynchronous Counter](#asynchronous-counter-creation)
* [Create a new Histogram](#histogram-creation)
* [Create a new Asynchronous Gauge](#asynchronous-gauge-creation)
* [Create a new UpDownCounter](#updowncounter-creation)
* [Create a new Asynchronous UpDownCounter](#asynchronous-updowncounter-creation)

Also see the respective sections below for more information on instrument creation.

## Instrument

Expand Down

0 comments on commit faae76d

Please sign in to comment.