1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-11-29 23:07:45 +02:00

Do not discourage direct usage of Logs API (#6675)

Fixes #6572

## What

- Update documentation in `log/doc.go`.
- Fix naming of the Logs API in several documentation files `(Logs
Bridge API -> Logs API)`.

---------

Co-authored-by: Robert Pająk <pellared@hotmail.com>
Co-authored-by: Damien Mathieu <42@dmathieu.com>
This commit is contained in:
Yevhenii Solomchenko
2025-04-22 11:00:19 +02:00
committed by GitHub
parent d6d9966f9e
commit 84d02c0f39
5 changed files with 27 additions and 18 deletions

View File

@@ -31,6 +31,6 @@ is being run on. That way when multiple instances of the code are collected
at a single endpoint their origin is decipherable.
See [go.opentelemetry.io/otel/log] for more information about
the OpenTelemetry Logs Bridge API.
the OpenTelemetry Logs API.
*/
package log // import "go.opentelemetry.io/otel/sdk/log"