Rename ./specification to ./docs (#469)
* Rename ./specification to ./docs * Add Hugo front matter, and some README copyeditspull/474/head^2
@ -0,0 +1,16 @@ |
||||
<!--- Hugo front matter used to generate the website version of this page: |
||||
linkTitle: OTLP |
||||
aliases: |
||||
- /docs/reference/specification/protocol |
||||
- /docs/specs/otel/protocol |
||||
spelling: cSpell:ignore otel OTLP |
||||
---> |
||||
|
||||
# OpenTelemetry Protocol (OTLP) |
||||
|
||||
This is the specification of the OpenTelemetry Protocol (OTLP). |
||||
|
||||
- [Design Goals](design-goals.md) |
||||
- [Requirements](requirements.md) |
||||
- [Specification](specification.md) |
||||
- [SDK Exporter](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md) |
@ -1,3 +1,11 @@ |
||||
<!--- Hugo front matter used to generate the website version of this page: |
||||
linkTitle: Design goals |
||||
aliases: |
||||
- /docs/reference/specification/protocol/design-goals |
||||
- /docs/specs/otel/protocol/design-goals |
||||
spelling: cSpell:ignore backpressure otel |
||||
---> |
||||
|
||||
# Design Goals for OpenTelemetry Wire Protocol |
||||
|
||||
We want to design a telemetry data exchange protocol that has the following characteristics: |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@ -1,3 +1,11 @@ |
||||
<!--- Hugo front matter used to generate the website version of this page: |
||||
linkTitle: Requirements |
||||
aliases: |
||||
- /docs/reference/specification/protocol/requirements |
||||
- /docs/specs/otel/protocol/requirements |
||||
spelling: cSpell:ignore backpressure dealocations otel reconnections |
||||
---> |
||||
|
||||
# OpenTelemetry Protocol Requirements |
||||
|
||||
This document will drive OpenTelemetry Protocol design and RFC. |
@ -1,3 +1,13 @@ |
||||
<!--- Hugo front matter used to generate the website version of this page: |
||||
title: OTLP Specification |
||||
linkTitle: Specification |
||||
aliases: |
||||
- /docs/reference/specification/protocol/otlp |
||||
- /docs/specs/otel/protocol/otlp |
||||
spelling: |
||||
cSpell:ignore backpressure dealocations otel otlp protobuf reconnections retryable OTEP |
||||
---> |
||||
|
||||
# OpenTelemetry Protocol Specification |
||||
|
||||
**Status**: [Stable](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/document-status.md) |
@ -1,8 +0,0 @@ |
||||
# OpenTelemetry Protocol |
||||
|
||||
This is the specification of new OpenTelemetry protocol (OTLP). |
||||
|
||||
- [Design Goals](design-goals.md). |
||||
- [Requirements](requirements.md). |
||||
- [Specification](otlp.md). |
||||
- [SDK Exporter](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md). |