Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mockotlpserver): fix an alignment issue in trace-summary gutter w…
…ith 1-char units Before: ``` ------ trace 43670f (3 spans) ------ span 7dc366 "Test Parent" (2007.4ms, SPAN_KIND_INTERNAL) +1ms `- span f84ec1 "Test Child 1" (1003.2ms, SPAN_KIND_INTERNAL) +1s `- span 534247 "Test Child 2" (1002.1ms, SPAN_KIND_INTERNAL) ``` After: ``` ------ trace 43670f (3 spans) ------ span 7dc366 "Test Parent" (2007.4ms, SPAN_KIND_INTERNAL) +1ms `- span f84ec1 "Test Child 1" (1003.2ms, SPAN_KIND_INTERNAL) +1s `- span 534247 "Test Child 2" (1002.1ms, SPAN_KIND_INTERNAL) ```
- Loading branch information