From f6f0f7e88c363cb47154947e50fd99af3595fe23 Mon Sep 17 00:00:00 2001 From: Florian Lehner Date: Wed, 8 May 2024 10:40:11 +0200 Subject: [PATCH] fixup: rephrase mapping[0] Signed-off-by: Florian Lehner --- opentelemetry/proto/profiles/v1development/pprofextended.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry/proto/profiles/v1development/pprofextended.proto b/opentelemetry/proto/profiles/v1development/pprofextended.proto index 801f3e00..7984ab6d 100644 --- a/opentelemetry/proto/profiles/v1development/pprofextended.proto +++ b/opentelemetry/proto/profiles/v1development/pprofextended.proto @@ -80,7 +80,7 @@ message Profile { // Mapping from address ranges to the image/binary/library mapped // into that address range. mapping[0] will be the main binary. // If multiple binaries contribute to the Profile and no main - // binary can be identified, mapping is optional. + // binary can be identified, mapping[0] has no special meaning. repeated Mapping mapping = 3; // Locations referenced by samples via location_indices. repeated Location location = 4;