Skip to content

Commit

Permalink
Merge branch 'main' into add-measurement-processor-to-metrics-sdk-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinkuu authored Jan 23, 2025
2 parents 83a81a5 + 0fdbbbf commit dbaffa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
9 changes: 5 additions & 4 deletions specification/logs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ aliases: [bridge-api]

</details>

<b>Note: this document defines a log *backend* API. The API is not intended
to be called by application developers directly. It is provided for logging
library authors to build
The Logs API is provided for logging library authors to build
[log appenders](./supplementary-guidelines.md#how-to-create-a-log4j-log-appender),
which use this API to bridge between existing logging libraries and the
OpenTelemetry log data model.</b>
OpenTelemetry log data model.

The Logs API can also be directly called by instrumentation libraries
as well as instrumented libraries or applications.

The Logs API consist of these main components:

Expand Down
6 changes: 0 additions & 6 deletions specification/logs/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
+ [Export](#export)
+ [ForceFlush](#forceflush-2)
+ [Shutdown](#shutdown-1)
- [Logs API](#logs-api)

<!-- tocstop -->

Expand Down Expand Up @@ -517,9 +516,4 @@ return a Failure result.
and the destination is unavailable). [OpenTelemetry SDK](../overview.md#sdk)
authors MAY decide if they want to make the shutdown timeout configurable.

## Logs API

> [!NOTE]
> We are currently in the process of defining a new [Logs API](./api.md).
- [OTEP0150 Logging Library SDK Prototype Specification](https://github.com/open-telemetry/oteps/blob/main/text/logs/0150-logging-library-sdk.md)

0 comments on commit dbaffa1

Please sign in to comment.