Skip to content

Commit

Permalink
Stabilize synchronous gauge (#4019)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed May 1, 2024
1 parent 6f4fd8d commit 67484c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ release.
([#3837](https://github.com/open-telemetry/opentelemetry-specification/pull/3837))
- Mark Exemplars as stable.
([#3870](https://github.com/open-telemetry/opentelemetry-specification/pull/3870))
- Mark synchronous gauge as stable.
([#4019](https://github.com/open-telemetry/opentelemetry-specification/pull/4019))

### Logs

Expand Down
2 changes: 0 additions & 2 deletions specification/metrics/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -805,8 +805,6 @@ httpServerDuration.Record(100, new HttpRequestAttributes { method = "GET", schem

### Gauge

**Status**: [Experimental](../document-status.md)

`Gauge` is a [synchronous Instrument](#synchronous-instrument-api) which can be
used to record non-additive value(s) (e.g. the background noise level - it makes
no sense to record the background noise level value from multiple rooms and sum
Expand Down

0 comments on commit 67484c1

Please sign in to comment.