feat: introduce flame graph to the trace profiling #1241
Annotations
4 errors
|
src/views/dashboard/related/profile/components/SpanTree.vue#L1
The type 'readonly [{ readonly label: "Include Children"; readonly value: "include"; }, { readonly label: "Exclude Children"; readonly value: "exclude"; }]' is 'readonly' and cannot be assigned to the mutable type '({ label: string | number; value: string | number; } & { disabled?: boolean | undefined; })[]'.
|
src/views/dashboard/related/profile/components/SpanTree.vue#L1
The type 'readonly [{ readonly label: "Tree Graph"; readonly value: "tree"; }, { readonly label: "Flame Graph"; readonly value: "flame"; }]' is 'readonly' and cannot be assigned to the mutable type '({ label: string | number; value: string | number; } & { disabled?: boolean | undefined; })[]'.
|
|
This job was cancelled
Loading