Add span duration to left panel in trace viewer (#37806) (#37840)

(cherry picked from commit 4a9fdb8b76)

Co-authored-by: Connor Lindsey <cblindsey3@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2021-08-12 15:24:14 +02:00
committed by GitHub
co-authored by Connor Lindsey
parent 3415030a1d
commit a434c52cee
@@ -424,6 +424,7 @@ export class UnthemedSpanBarRow extends React.PureComponent<SpanBarRowProps> {
)}
</span>
<small className={styles.endpointName}>{rpc ? rpc.operationName : operationName}</small>
<small className={styles.endpointName}> | {label}</small>
</a>
{createSpanLink &&
(() => {