mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -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: [
|
fields: [
|
||||||
{
|
{
|
||||||
name: 'traceIdHidden',
|
name: 'traceIdHidden',
|
||||||
|
type: FieldType.string,
|
||||||
config: {
|
config: {
|
||||||
custom: { hidden: true },
|
custom: { hidden: true },
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user