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

Remove log readme document status #3334

Merged
merged 2 commits into from
Mar 22, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ release.

- Update log readme "request context" to "trace context".
([#3332](https:/open-telemetry/opentelemetry-specification/pull/3332))
- Remove log readme document status.
([#3334](https:/open-telemetry/opentelemetry-specification/pull/3334))

### Resource

Expand Down
13 changes: 10 additions & 3 deletions specification/logs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ linkTitle: Logs
aliases: [/docs/reference/specification/logs/overview]
--->

# OpenTelemetry Logging Overview

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

<details>
<summary>Table of Contents</summary>
Expand All @@ -26,6 +24,7 @@ aliases: [/docs/reference/specification/logs/overview]
* [New First-Party Application Logs](#new-first-party-application-logs)
- [OpenTelemetry Collector](#opentelemetry-collector)
- [Auto-Instrumenting Existing Logging](#auto-instrumenting-existing-logging)
- [Specifications](#specifications)
- [Trace Context in Legacy Formats](#trace-context-in-legacy-formats)
* [Syslog RFC5424](#syslog-rfc5424)
* [Plain Text Formats](#plain-text-formats)
Expand Down Expand Up @@ -443,6 +442,14 @@ A further optional modification would be to auto-instrument loggers to send logs
directly to the backend via OTLP instead or in addition to writing to a file or
standard output.

## Specifications

* [Logs Bridge API](./bridge-api.md)
* [Logs SDK](./sdk.md)
* [Logs Data Model](./data-model.md)
* [Event API](./event-api.md)
* [Semantic Conventions](./semantic_conventions/README.md)

## Trace Context in Legacy Formats

Earlier we briefly mentioned that it is possible to modify existing applications
Expand Down