Skip to content

Commit

Permalink
profiles: drop Location.type_index (#578)
Browse files Browse the repository at this point in the history
With open-telemetry/semantic-conventions#1188 the semantic convention for Profiles that introduces frame types and well known values is about to be merged.

Therefore,  `Location.type_index` is no longer needed.

FYI: @open-telemetry/profiling-maintainers

Co-authored-by: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com>
  • Loading branch information
florianl and tigrannajaryan authored Sep 16, 2024
1 parent 50362a3 commit 8265a53
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,6 @@ message Location {
// profile changes.
bool is_folded = 5;

// Type of frame (e.g. kernel, native, python, hotspot, php). Index into string table.
int64 type_index = 6;

// References to attributes in Profile.attribute_table. [optional]
repeated uint64 attributes = 7;
}
Expand Down

0 comments on commit 8265a53

Please sign in to comment.