Skip to content

Commit

Permalink
remove log instrumentation header
Browse files Browse the repository at this point in the history
  • Loading branch information
tedsuo committed Oct 15, 2024
1 parent 0736d75 commit 659eb8b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions specification/logs/bridge-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
- [Logger operations](#logger-operations)
- [Emit a LogRecord](#emit-a-logrecord)
- [Enabled](#enabled)
- [Logs Instrumentation API](#logs-instrumentation-api)
- [Emit Event](#emit-event)
- [Optional and required parameters](#optional-and-required-parameters)
- [Concurrency requirements](#concurrency-requirements)
Expand Down Expand Up @@ -148,15 +147,10 @@ SHOULD be documented that instrumentation authors needs to call this API each
time they [emit a LogRecord](#emit-a-logrecord) to ensure they have the most
up-to-date response.

## Logs Instrumentation API
#### Emit Event

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

This set of API functions will provide the capabilities needed to emit a
`LogRecord` as is currently provided by [Events API](./event-api.md).

#### Emit Event

Events are OpenTelemetry's standardized semantic formatting for LogRecords.
Beyond the structure provided by the LogRecord data model, it is helpful for
logs to have a common format within that structure. When OpenTelemetry
Expand Down

0 comments on commit 659eb8b

Please sign in to comment.