mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
Tempo: Fix traceID converted to infinity (∞) (#74913)
Fixes the traceid to be sent as the infinity symbol for span links
This commit is contained in:
parent
ed3fb71f7b
commit
a046c043d7
@ -696,6 +696,7 @@ const traceSubFrame = (
|
||||
fields: [
|
||||
{
|
||||
name: 'traceIdHidden',
|
||||
type: FieldType.string,
|
||||
config: {
|
||||
custom: { hidden: true },
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user