mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add span duration to left panel in trace viewer (#37806)
This commit is contained in:
parent
8ffce22e7c
commit
4a9fdb8b76
@ -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 &&
|
||||
(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user