Skip to content

Commit

Permalink
[chore] Use Development instead of Experimental (#4069)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Jun 6, 2024
1 parent c861b8e commit d7e6303
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ release.

### Logs

- Add the experimental `Enabled` API to the `Logger`.
- Add the in-Development `Enabled` API to the `Logger`.
([#4020](https://github.com/open-telemetry/opentelemetry-specification/pull/4020))

### Events
Expand Down
2 changes: 1 addition & 1 deletion specification/logs/bridge-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ All parameters are optional.

#### Enabled

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

To help users avoid performing computationally expensive operations when
generating a `LogRecord`, a `Logger` SHOULD provide this `Enabled` API.
Expand Down
2 changes: 1 addition & 1 deletion specification/metrics/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ All instruments SHOULD provide functions to:

#### Enabled

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

To help users avoid performing computationally expensive operations when
recording measurements, instruments SHOULD provide this `Enabled` API.
Expand Down
2 changes: 1 addition & 1 deletion specification/metrics/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ first-seen advisory parameters and log an appropriate error as described in

### Instrument enabled

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

The instrument [Enabled](./api.md#enabled) operation MUST return `false` if any
of the following conditions are true, and `true` otherwise:
Expand Down
2 changes: 1 addition & 1 deletion specification/trace/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ The `Tracer` SHOULD provide functions to:

#### Enabled

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

To help users avoid performing computationally expensive operations when
creating `Span`s, a `Tracer` SHOULD provide this `Enabled` API.
Expand Down

0 comments on commit d7e6303

Please sign in to comment.