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

Add a header warning to all OTEPs. #269

Merged
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
5 changes: 3 additions & 2 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"ul-style": false, # MD004
"line-length": false, # MD013
"no-inline-html": false, # MD033
"fenced-code-language": false # MD040
}
"fenced-code-language": false, # MD040
"first-line-h1": false # MD041
}
5 changes: 5 additions & 0 deletions text/0001-telemetry-without-manual-instrumentation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# (Open) Telemetry Without Manual Instrumentation

_Cross-language requirements for automated approaches to extracting portable telemetry data with zero source code modification._
Expand Down
5 changes: 5 additions & 0 deletions text/0005-global-init.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Global SDK initialization

**Status**: proposed
Expand Down
5 changes: 5 additions & 0 deletions text/0007-no-out-of-band-reporting.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Remove support to report out-of-band telemetry from the API

## TL;DR
Expand Down
5 changes: 5 additions & 0 deletions text/0016-named-tracers.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Named Tracers and Meters

_Associate Tracers and Meters with the name and version of the instrumentation library which reports telemetry data by parameterizing the API which the library uses to acquire the Tracer or Meter._
Expand Down
5 changes: 5 additions & 0 deletions text/0035-opentelemetry-protocol.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# OpenTelemetry Protocol Specification

**Author**: Tigran Najaryan, Omnition Inc.
Expand Down
5 changes: 5 additions & 0 deletions text/0038-version-semantic-attribute.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Version Semantic Attribute

Add a standard `version` semantic attribute.
Expand Down
5 changes: 5 additions & 0 deletions text/0066-separate-context-propagation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Context Propagation: A Layered Approach

* [Motivation](#Motivation)
Expand Down
5 changes: 5 additions & 0 deletions text/0083-component.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# InstrumentationLibrary

Introducing the notion of `InstrumentationLibrary` as a first class concept in
Expand Down
5 changes: 5 additions & 0 deletions text/0099-otlp-http.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# OTLP/HTTP: HTTP Transport Extension for OTLP

This is a proposal to add HTTP Transport extension for
Expand Down
5 changes: 5 additions & 0 deletions text/0110-z-pages.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# zPages: general direction (#110)

Make zPages a standard OpenTelemetry component.
Expand Down
5 changes: 5 additions & 0 deletions text/0111-auto-resource-detection.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Automatic Resource Detection

Introduce a mechanism to support auto-detection of resources.
Expand Down
5 changes: 5 additions & 0 deletions text/0119-standard-system-metrics.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Standard names for system/runtime metric instruments

This OTEP proposes a set of standard names, labels, and semantic conventions for common system/runtime metric instruments in OpenTelemetry. The instrument names proposed here are common across the supported operating systems and runtime environments. Also included are general semantic conventions for system/runtime metrics including those not specific to a particular OS or runtime.
Expand Down
5 changes: 5 additions & 0 deletions text/0122-otlp-http-json.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# OTLP: JSON Encoding for OTLP/HTTP

This is a proposal to add HTTP Transport extension supporting json serialization for
Expand Down
5 changes: 5 additions & 0 deletions text/0143-versioning-and-stability.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Versioning and stability for OpenTelemetry clients

OpenTelemetry is a large project with strict compatibility requirements. This proposal defines the stability guarantees offered by the OpenTelemetry clients, along with a versioning and lifecycle proposal which defines how we meet those requirements.
Expand Down
5 changes: 5 additions & 0 deletions text/0147-upgrade-procedures.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# The OpenTelemetry approach to upgrading

Managing widely distributed software at scale requires careful design related to backwards compatibility, versioning, and upgrading. The OpenTelemetry approach is described below. If you are planning on using OpenTelemetry, it can be helpful to understand how we approach this problem.
Expand Down
5 changes: 5 additions & 0 deletions text/0149-exponential-histogram.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Add exponential bucketing to histogram protobuf

Add exponential bucketing to histogram protobuf
Expand Down
5 changes: 5 additions & 0 deletions text/0152-telemetry-schemas.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Telemetry Schemas

* [Motivation](#motivation)
Expand Down
5 changes: 5 additions & 0 deletions text/0155-external-modules.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Ecosystem Management

Proposal how to leverage wider community contributing instrumentations and other packages.
Expand Down
5 changes: 5 additions & 0 deletions text/0156-columnar-encoding.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# OTel Arrow Protocol Specification

**Author**: Laurent Querel, F5 Inc.
Expand Down
5 changes: 5 additions & 0 deletions text/0178-mapping-to-otlp-anyvalue.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Mapping Arbitrary Data to OTLP AnyValue

This document defines how to map (convert) arbitrary data (e.g. in-memory
Expand Down
5 changes: 5 additions & 0 deletions text/0182-otlp-remote-parent.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Export SpanContext.IsRemote in OTLP

Update OTLP to indicate whether a span's parent is remote.
Expand Down
5 changes: 5 additions & 0 deletions text/0199-support-elastic-common-schema-in-opentelemetry.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Merge Elastic Common Schema with OpenTelemetry Semantic Conventions

## Introduction
Expand Down
5 changes: 5 additions & 0 deletions text/0201-scope-attributes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Introduce Scope Attributes

This OTEP adds attributes to the Scope of a telemetry emitter (e.g. Tracer, Meter, LogEmitter).
Expand Down
5 changes: 5 additions & 0 deletions text/0202-events-and-logs-api.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Introducing Events and Logs API

We introduce an Events and Logs API that is based on the OpenTelemetry Log signal, backed by LogRecord data model and LogEmitter SDK.
Expand Down
5 changes: 5 additions & 0 deletions text/0225-configuration.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# OpenTelemetry Configuration

A new configuration interface is proposed here in the form of a configuration model, which can be expressed as a file, and validated through a published schema.
Expand Down
5 changes: 5 additions & 0 deletions text/0227-separate-semantic-conventions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Separate Semantic Conventions

Move Semantic Conventions outside of the main Specifications and version them
Expand Down
5 changes: 5 additions & 0 deletions text/0232-maturity-of-otel.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Definition of maturity levels to be uniformly used by OpenTelemetry SIGs

On 08 Mar 2023, the OpenTelemetry GC and TC held an OpenTelemetry Leadership summit, discussing various topics. One of the themes we discussed was establishing standard rules for describing the maturity of the OpenTelemetry project. This OTEP summarizes what was discussed there and is intended to have the wider community provide feedback.
Expand Down
5 changes: 5 additions & 0 deletions text/0243-app-telemetry-schema-vision-roadmap.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Introducing Application Telemetry Schema in OpenTelemetry - Vision and Roadmap

----
Expand Down
5 changes: 5 additions & 0 deletions text/0258-env-context-baggage-carriers.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Environment Variable Specification for Context and Baggage Propagation

This is a proposal to add Environment Variables to the OpenTelemetry
Expand Down
5 changes: 5 additions & 0 deletions text/0265-event-vision.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Event Basics

## Motivation
Expand Down
5 changes: 5 additions & 0 deletions text/0266-move-oteps-to-spec.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Move OTEPS to the Specification repository

Let's move OTEP documentation and PRs back into the github.com/open-telemetry/opentelemetry-specification repository.
Expand Down
5 changes: 5 additions & 0 deletions text/entities/0256-entities-data-model.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Entities Data Model, Part 1

This is a proposal of a data model to represent entities. The purpose of the data model
Expand Down
5 changes: 5 additions & 0 deletions text/entities/0264-resource-and-entities.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Resource and Entities - Data Model Part 2

This is a proposal to address Resource and Entity data model interactions,
Expand Down
5 changes: 5 additions & 0 deletions text/experimental/0121-config-service.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# A Dynamic Configuration Service for the SDK

This proposal is a request to develop a prototype to configure metric collection periods. Per-metric and tracing configuration is also intended to be added, with details left for a later iteration.
Expand Down
5 changes: 5 additions & 0 deletions text/logs/0091-logs-vocabulary.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Logs: Vocabulary

This documents defines the vocabulary for logs to be used across OpenTelemetry project.
Expand Down
5 changes: 5 additions & 0 deletions text/logs/0092-logs-vision.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# OpenTelemetry Logs Vision

The following are high-level items that define our long-term vision for
Expand Down
5 changes: 5 additions & 0 deletions text/logs/0097-log-data-model.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Log Data Model

Introduce Data Model for Log Records as it is understood by OpenTelemetry.
Expand Down
5 changes: 5 additions & 0 deletions text/logs/0130-logs-1.0ga-definition.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Logs GA Scope

This document defines what's in scope for OpenTelemetry Logs General
Expand Down
5 changes: 5 additions & 0 deletions text/logs/0150-logging-library-sdk.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Logging Library SDK Prototype Specification

Initial draft specification to create prototypes of OpenTelemetry Logging
Expand Down
5 changes: 5 additions & 0 deletions text/metrics/0003-measure-metric-type.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Consolidate pre-aggregated and raw metrics APIs

## Foreword
Expand Down
5 changes: 5 additions & 0 deletions text/metrics/0008-metric-observer.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Metrics observer specification

**Status:** Superceded entirely by [0072-metric-observer](0072-metric-observer.md)
Expand Down
5 changes: 5 additions & 0 deletions text/metrics/0009-metric-handles.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Metric Handle API specification

Specify the behavior of the Metrics API "Handle" type, for efficient repeated-use of metric instruments.
Expand Down
5 changes: 5 additions & 0 deletions text/metrics/0010-cumulative-to-counter.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> OTEPs have been moved to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/)
> repository. This repository has been preserved for reference purposes.
> Please otherwise refer to the Specification.

# Rename "Cumulative" to "Counter" in the metrics API

Prefer the name "Counter" as opposed to "Cumulative".
Expand Down
Loading