Skip to content

Commit 3f0548e

Browse files
authored
[editorial] OTLP design & req: redirect to GH & mark as external (open-telemetry#3833)
1 parent 48808dd commit 3f0548e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

specification/protocol/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ linkTitle: Protocol
44

55
# OpenTelemetry Protocol
66

7-
The OpenTelemetry protocol (OTLP) specification has moved to
8-
[github.com/open-telemetry/opentelemetry-proto/docs/README.md](https://github.com/open-telemetry/opentelemetry-proto/blob/main/docs/README.md).
7+
The OpenTelemetry protocol (OTLP) design goals, requirements, and
8+
[specification] have moved to
9+
[github.com/open-telemetry/opentelemetry-proto/docs](https://github.com/open-telemetry/opentelemetry-proto/blob/main/docs/).
10+
11+
You can also view the specification from the OpenTelemetry website, see [OTLP][specification].
912

1013
For additional OTLP implementation requirements in the OpenTelemetry SDKs, see
1114
[SDK Exporter](exporter.md).
15+
16+
[specification]: https://opentelemetry.io/docs/specs/otlp/

specification/protocol/design-goals.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!--- Hugo front matter used to generate the website version of this page:
22
linkTitle: Design Goals
3+
redirect: https://github.com/open-telemetry/opentelemetry-proto/blob/main/docs/design-goals.md 301!
4+
manualLinkTarget: _blank
35
--->
46

57
# Design Goals for OpenTelemetry Wire Protocol

specification/protocol/requirements.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!--- Hugo front matter used to generate the website version of this page:
22
linkTitle: Requirements
3+
redirect: https://github.com/open-telemetry/opentelemetry-proto/blob/main/docs/requirements.md 301!
4+
manualLinkTarget: _blank
35
--->
46

57
# OpenTelemetry Protocol Requirements

0 commit comments

Comments
 (0)