From ea184848dd902b34f55f3269ec2b7bfe54b1e52b Mon Sep 17 00:00:00 2001 From: cijothomas Date: Tue, 2 Jun 2026 07:27:54 -0700 Subject: [PATCH 1/4] Add placeholder profiles/data-format.md to fix broken link (#5119) --- specification/profiles/data-format.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 specification/profiles/data-format.md diff --git a/specification/profiles/data-format.md b/specification/profiles/data-format.md new file mode 100644 index 00000000000..44913f7b14c --- /dev/null +++ b/specification/profiles/data-format.md @@ -0,0 +1,6 @@ +# Profiles Data Format + +**Status**: Work in progress. + +The OpenTelemetry profiles data format is being defined in +[#4965](https://github.com/open-telemetry/opentelemetry-specification/pull/4965). From b24c614ea1dabb516e31d07c81ccd49857268c20 Mon Sep 17 00:00:00 2001 From: cijothomas Date: Tue, 2 Jun 2026 08:07:26 -0700 Subject: [PATCH 2/4] Fix 301 redirect on semconv link in profiles/pprof.md --- specification/profiles/pprof.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/profiles/pprof.md b/specification/profiles/pprof.md index b39c9c36fd8..89f65379957 100644 --- a/specification/profiles/pprof.md +++ b/specification/profiles/pprof.md @@ -16,5 +16,5 @@ and back again into [pprof](https://github.com/google/pprof/tree/main/proto) wit data loss (convertibility but not wire compatibility). To enable this compatibility through explicit conversion, OpenTelemetry provides pprof-specific [guidelines](https://opentelemetry.io/docs/specs/semconv/general/profiles/#compatibility-with-pprof) -in [Semantic Conventions](https://opentelemetry.io/docs/specs/semconv). +in [Semantic Conventions](https://opentelemetry.io/docs/specs/semconv/). From 01b95ee0a427a956f8b60252ea1f8bad154596a8 Mon Sep 17 00:00:00 2001 From: cijothomas Date: Tue, 2 Jun 2026 08:11:17 -0700 Subject: [PATCH 3/4] Use Development status per document-status.md --- specification/profiles/data-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/profiles/data-format.md b/specification/profiles/data-format.md index 44913f7b14c..6b64b440963 100644 --- a/specification/profiles/data-format.md +++ b/specification/profiles/data-format.md @@ -1,6 +1,6 @@ # Profiles Data Format -**Status**: Work in progress. +**Status**: [Development](../document-status.md) The OpenTelemetry profiles data format is being defined in [#4965](https://github.com/open-telemetry/opentelemetry-specification/pull/4965). From bc4afca9a6a557845a7e1bdb06446c35cde64919 Mon Sep 17 00:00:00 2001 From: cijothomas Date: Tue, 2 Jun 2026 08:12:57 -0700 Subject: [PATCH 4/4] Simplify placeholder text --- specification/profiles/data-format.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/specification/profiles/data-format.md b/specification/profiles/data-format.md index 6b64b440963..54d73982d75 100644 --- a/specification/profiles/data-format.md +++ b/specification/profiles/data-format.md @@ -2,5 +2,4 @@ **Status**: [Development](../document-status.md) -The OpenTelemetry profiles data format is being defined in -[#4965](https://github.com/open-telemetry/opentelemetry-specification/pull/4965). +This is a placeholder. Content will be added in a future PR.