Skip to content

Commit 67484c1

Browse files
authored
Stabilize synchronous gauge (#4019)
1 parent 6f4fd8d commit 67484c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ release.
1919
([#3837](https://github.com/open-telemetry/opentelemetry-specification/pull/3837))
2020
- Mark Exemplars as stable.
2121
([#3870](https://github.com/open-telemetry/opentelemetry-specification/pull/3870))
22+
- Mark synchronous gauge as stable.
23+
([#4019](https://github.com/open-telemetry/opentelemetry-specification/pull/4019))
2224

2325
### Logs
2426

specification/metrics/api.md

-2
Original file line numberDiff line numberDiff line change
@@ -805,8 +805,6 @@ httpServerDuration.Record(100, new HttpRequestAttributes { method = "GET", schem
805805

806806
### Gauge
807807

808-
**Status**: [Experimental](../document-status.md)
809-
810808
`Gauge` is a [synchronous Instrument](#synchronous-instrument-api) which can be
811809
used to record non-additive value(s) (e.g. the background noise level - it makes
812810
no sense to record the background noise level value from multiple rooms and sum

0 commit comments

Comments
 (0)