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

This commit is contained in:
Connor Lindsey 2021-08-12 06:54:55 -06:00 committed by GitHub
parent 8ffce22e7c
commit 4a9fdb8b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -438,6 +438,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 &&
(() => {