profiles: drop Location.type_index (#578)

With https://github.com/open-telemetry/semantic-conventions/pull/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>
pull/583/head^2
Florian Lehner 2 months ago committed by GitHub
parent 50362a3699
commit 8265a53b45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      opentelemetry/proto/profiles/v1experimental/pprofextended.proto

@ -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;
}

Loading…
Cancel
Save