Skip to content

Commit

Permalink
Mention sync gauge in Otel Go metrics docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored and chalin committed Aug 29, 2024
1 parent 470a5f8 commit 895540e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/docs/languages/go/instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 895540e

Please sign in to comment.