Skip to content

Commit

Permalink
Remove log readme document status (#3334)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Mar 22, 2023
1 parent def6fc3 commit 64bacac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
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://github.com/open-telemetry/opentelemetry-specification/pull/3332))
- Remove log readme document status.
([#3334](https://github.com/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

0 comments on commit 64bacac

Please sign in to comment.