mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
Add the query button on Alerting page (#501)
This commit is contained in:
@@ -148,6 +148,7 @@ limitations under the License. -->
|
||||
const timestamp = new Date().toISOString().replace(/[:.]/g, "-");
|
||||
const baseFilename = `trace-${trace.traceId}-${timestamp}`;
|
||||
const spans = trace.spans.map((span) => {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
const { duration, label, ...newSpan } = span;
|
||||
return newSpan;
|
||||
});
|
||||
|
Reference in New Issue
Block a user