Skip to content

Commit

Permalink
fixup: move string_table from message Profile to message ScopeProfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Lehner <[email protected]>
  • Loading branch information
florianl committed Dec 9, 2024
1 parent 9a0dee7 commit 55bbd73
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions opentelemetry/proto/profiles/v1development/profiles.proto
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ message ScopeProfiles {

// Lookup table for attributes.
repeated opentelemetry.proto.common.v1.KeyValue attribute_table = 4;

// A common table for strings referenced by various messages.
// string_table[0] must always be "".
repeated string string_table = 5;
}

// Profile is a common stacktrace profile format.
Expand Down Expand Up @@ -208,9 +212,6 @@ message Profile {
repeated AttributeUnit attribute_units = 8;
// Lookup table for links.
repeated Link link_table = 9;
// A common table for strings referenced by various messages.
// string_table[0] must always be "".
repeated string string_table = 10;

// The following fields 9-14 are informational, do not affect
// interpretation of results.
Expand Down

0 comments on commit 55bbd73

Please sign in to comment.