Skip to content

Commit

Permalink
Mark Enabled section as Experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed May 17, 2024
1 parent de84719 commit 2086848
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ release.

### Logs

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

### Events
Expand Down
4 changes: 3 additions & 1 deletion specification/logs/bridge-api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Logs Bridge API

**Status**: [Stable](../document-status.md)
**Status**: [Stable](../document-status.md), except where otherwise specified

<details>
<summary>Table of Contents</summary>
Expand Down Expand Up @@ -134,6 +134,8 @@ All parameters are optional.

#### Enabled

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

To help users avoid performing computationally expensive operations when
generating a `LogRecord`, a `Logger` SHOULD provide this `Enabled` API.

Expand Down

0 comments on commit 2086848

Please sign in to comment.