From faae76d4c936143e5a163ea4ab45b007486cda4f Mon Sep 17 00:00:00 2001 From: Georg Pirklbauer Date: Wed, 14 Jul 2021 18:58:21 +0200 Subject: [PATCH] Add links to all specified creation operations (#1815) --- specification/metrics/api.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/specification/metrics/api.md b/specification/metrics/api.md index 97aa1741a9f..89e17a84f93 100644 --- a/specification/metrics/api.md +++ b/specification/metrics/api.md @@ -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