Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(logs): intial work on develop docs for sdk logging api #12920

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions develop-docs/sdk/data-model/envelope-items.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,44 @@ details.

*None*

### Logs

Item type `"logs"` contains a logs payload encoded as JSON. Multiple log envelope items can be sent in a single envelope.

See the <Link to="/sdk/telemetry/logs">Logs</Link> documentation for the payload
details.

**Constraints:**

*None*

**Envelope Headers:**

*None*

**Additional Item Headers:**

*None*

### Otel Logs

Item type `"otel_logs"` contains a OpenTelemetry Logs payload encoded as JSON. Multiple Otel log envelope items can be sent in a single envelope.

See the <Link to="/sdk/telemetry/logs">Logs</Link> documentation for the payload
details.

**Constraints:**

*None*

**Envelope Headers:**

*None*

**Additional Item Headers:**

*None*

### Reserved Types

Reserved types may not be written by any implementation. They are reserved for
Expand Down
Loading