-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
Following up on #560
The possible alternative for naming would be:
instead of:
server-timing: trace;tid=0af7651916cd43dd8448eb211c80319c,cid=b7ad6b7169203331
use
server-timing: span;id=b7ad6b7169203331,tid=0af7651916cd43dd8448eb211c80319c
Benefits:
- It is already clear that the information about "server" - meaning we should not even introduce the term "child".
- Opens a door to add span name and duration to the same list and make it into a metric
- Does not require introducing naming distributed-trace or similar to clarify what trace means
- Makes it more natural to understand which one is "ID" without understanding what the difference between "c" and "t"
- Shortens 2 characters
jsuereth and kalyanajdyladan
Metadata
Metadata
Assignees
Labels
No labels