diff --git a/opentelemetry/proto/profiles/v1development/pprofextended.proto b/opentelemetry/proto/profiles/v1development/pprofextended.proto index 211b3c74..7984ab6d 100644 --- a/opentelemetry/proto/profiles/v1development/pprofextended.proto +++ b/opentelemetry/proto/profiles/v1development/pprofextended.proto @@ -79,6 +79,8 @@ message Profile { repeated Sample sample = 2; // 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[0] has no special meaning. repeated Mapping mapping = 3; // Locations referenced by samples via location_indices. repeated Location location = 4;