From 5b60ee658eabe7a59d2dd1ea9724fdf09fa265ef Mon Sep 17 00:00:00 2001 From: Florian Lehner Date: Tue, 28 May 2024 19:15:22 +0200 Subject: [PATCH] profiles: fix index in example (open-telemetry/oteps#254) For `abc;def` the `locations_start_index` should be `4` as `2` points to `baz`. Follow up of https://github.com/open-telemetry/oteps/pull/239#discussion_r1496062414 --- oteps/profiles/0239-profiles-data-model.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/oteps/profiles/0239-profiles-data-model.md b/oteps/profiles/0239-profiles-data-model.md index 396e84817..284bf665a 100644 --- a/oteps/profiles/0239-profiles-data-model.md +++ b/oteps/profiles/0239-profiles-data-model.md @@ -1349,7 +1349,7 @@ sample: locations_length: 3 value: - 100 - - locations_start_index: 2 + - locations_start_index: 3 locations_length: 2 value: - 200 @@ -1361,8 +1361,8 @@ location_indices: - 0 # foo - 1 # bar - 2 # baz - - 4 # abc - - 5 # def + - 3 # abc + - 4 # def location: - line: - function_index: 0 # foo