Add Log configurations in the browser templates (#9106)
This commit is contained in:
parent
051431fde7
commit
85e1f014c2
|
|
@ -92,6 +92,8 @@
|
|||
* Fix duration time.
|
||||
* Remove the total field from query conditions.
|
||||
* Fix minDuration and maxDuration for the trace filter.
|
||||
* Add Log configuration for the browser templates.
|
||||
* Fix query conditions for the browser logs.
|
||||
|
||||
#### Documentation
|
||||
|
||||
|
|
|
|||
|
|
@ -360,19 +360,24 @@
|
|||
"w": 24,
|
||||
"h": 48,
|
||||
"i": "0",
|
||||
"type": "Trace",
|
||||
"metricTypes": [
|
||||
""
|
||||
],
|
||||
"metrics": [
|
||||
""
|
||||
],
|
||||
"moved": false
|
||||
"type": "Trace"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Log",
|
||||
"children": [
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 24,
|
||||
"h": 48,
|
||||
"i": "0",
|
||||
"type": "Log"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"moved": false
|
||||
]
|
||||
}
|
||||
],
|
||||
"layer": "BROWSER",
|
||||
|
|
|
|||
|
|
@ -323,19 +323,24 @@
|
|||
"w": 24,
|
||||
"h": 48,
|
||||
"i": "0",
|
||||
"type": "Trace",
|
||||
"metricTypes": [
|
||||
""
|
||||
],
|
||||
"metrics": [
|
||||
""
|
||||
],
|
||||
"moved": false
|
||||
"type": "Trace"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Log",
|
||||
"children": [
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 24,
|
||||
"h": 48,
|
||||
"i": "0",
|
||||
"type": "Log"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"moved": false
|
||||
]
|
||||
}
|
||||
],
|
||||
"layer": "BROWSER",
|
||||
|
|
|
|||
|
|
@ -137,19 +137,24 @@
|
|||
"w": 24,
|
||||
"h": 48,
|
||||
"i": "0",
|
||||
"type": "Trace",
|
||||
"metricTypes": [
|
||||
""
|
||||
],
|
||||
"metrics": [
|
||||
""
|
||||
],
|
||||
"moved": false
|
||||
"type": "Trace"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Log",
|
||||
"children": [
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 24,
|
||||
"h": 48,
|
||||
"i": "0",
|
||||
"type": "Log"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"moved": false
|
||||
]
|
||||
}
|
||||
],
|
||||
"layer": "BROWSER",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit b544decbbbb5c656118f2d45564dbea59c96d7e7
|
||||
Subproject commit f2e75f2b9fd47ef771fae5a9e381d520f2c5356a
|
||||
Loading…
Reference in New Issue