Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 67dc8ec

Browse files
Add a header warning to all OTEPs. (#269)
Since **direct** references to individual OTEPs may exist beyond the OTEL organization, we want to warn users about their deprecation, hence copying the warning from the README (merged) to individual files.
1 parent 59c5708 commit 67dc8ec

File tree

69 files changed

+343
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+343
-2
lines changed

.markdownlint.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"ul-style": false, # MD004
77
"line-length": false, # MD013
88
"no-inline-html": false, # MD033
9-
"fenced-code-language": false # MD040
10-
}
9+
"fenced-code-language": false, # MD040
10+
"first-line-h1": false # MD041
11+
}

text/0001-telemetry-without-manual-instrumentation.md

Lines changed: 5 additions & 0 deletions

text/0005-global-init.md

Lines changed: 5 additions & 0 deletions

text/0007-no-out-of-band-reporting.md

Lines changed: 5 additions & 0 deletions

text/0016-named-tracers.md

Lines changed: 5 additions & 0 deletions

text/0035-opentelemetry-protocol.md

Lines changed: 5 additions & 0 deletions

text/0038-version-semantic-attribute.md

Lines changed: 5 additions & 0 deletions

text/0066-separate-context-propagation.md

Lines changed: 5 additions & 0 deletions

text/0083-component.md

Lines changed: 5 additions & 0 deletions

text/0099-otlp-http.md

Lines changed: 5 additions & 0 deletions

0 commit comments

Comments
 (0)