mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 04:22:13 +08:00
Add span duration to left panel in trace viewer (#37806)
This commit is contained in:
@ -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 &&
|
||||
(() => {
|
||||
|
Reference in New Issue
Block a user