From 895540e52214648d90496628ecdacf4ef60c5c11 Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Wed, 28 Aug 2024 11:26:51 -0700 Subject: [PATCH] Mention sync gauge in Otel Go metrics docs --- content/en/docs/languages/go/instrumentation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/languages/go/instrumentation.md b/content/en/docs/languages/go/instrumentation.md index 41ca2e98046f..15987be1fc29 100644 --- a/content/en/docs/languages/go/instrumentation.md +++ b/content/en/docs/languages/go/instrumentation.md @@ -301,6 +301,8 @@ OpenTelemetry Go currently supports the following instruments: increments - Histogram, a synchronous instrument that supports arbitrary values that are statistically meaningful, such as histograms, summaries, or percentile +- Synchronous Gauge, a synchronous instrument that supports non-additive values, + such as room temperature. - Asynchronous Gauge, an asynchronous instrument that supports non-additive values, such as room temperature - UpDownCounter, a synchronous instrument that supports increments and