Add Log configurations in the browser templates (#9106)

This commit is contained in:
Fine0830 2022-05-20 12:16:03 +08:00 committed by GitHub
parent 051431fde7
commit 85e1f014c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 48 additions and 31 deletions

View File

@ -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

View File

@ -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",

View File

@ -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",

View File

@ -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