Skip to content

Commit 8735e46

Browse files
authored
profiles: fix index in example (open-telemetry#254)
For `abc;def` the `locations_start_index` should be `4` as `2` points to `baz`. Follow up of open-telemetry#239 (comment)
1 parent 562e8aa commit 8735e46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

oteps/profiles/0239-profiles-data-model.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@ sample:
13491349
locations_length: 3
13501350
value:
13511351
- 100
1352-
- locations_start_index: 2
1352+
- locations_start_index: 3
13531353
locations_length: 2
13541354
value:
13551355
- 200
@@ -1361,8 +1361,8 @@ location_indices:
13611361
- 0 # foo
13621362
- 1 # bar
13631363
- 2 # baz
1364-
- 4 # abc
1365-
- 5 # def
1364+
- 3 # abc
1365+
- 4 # def
13661366
location:
13671367
- line:
13681368
- function_index: 0 # foo

0 commit comments

Comments
 (0)