Skip to content

Commit

Permalink
Update composite documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Jul 9, 2021
1 parent fa0ea4b commit 79b0ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/spec/v2/span.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"minimum": 2
},
"end": {
"description": "End is the end timestamp of the last compressed span. The net duration of all compressed spans is equal to the composite spans' duration. The gross duration, including the time between the spans, is equal to (compressed.end - timestamp).",
"description": "End is the end timestamp of the last compressed span. The net duration of all compressed spans is equal to the composite spans' duration. The gross duration, including the time between the spans, is equal to (composite.end - timestamp).",
"type": "integer"
},
"exact_match": {
"description": "ExactMatch indicates whether the grouped spans are identical queries to the same backend or if the queries are very similar. In both cases, the queries are fast, numerous and occur within a short period of time.",
"description": "ExactMatch indicates whether the grouped spans are identical queries to the same backend or if the queries are very similar. In both cases, the queries are fast, numerous and occur within a relatively short period of time.",
"type": "boolean"
}
},
Expand Down

0 comments on commit 79b0ce5

Please sign in to comment.