Skip to content

Server-timing names #561

@SergeyKanzhelev

Description

@SergeyKanzhelev

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:

  1. It is already clear that the information about "server" - meaning we should not even introduce the term "child".
  2. Opens a door to add span name and duration to the same list and make it into a metric
  3. Does not require introducing naming distributed-trace or similar to clarify what trace means
  4. Makes it more natural to understand which one is "ID" without understanding what the difference between "c" and "t"
  5. Shortens 2 characters

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions