mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-04-25 16:05:21 +00:00
feat: edit policy
This commit is contained in:
6
src/types/continous-profiling.d.ts
vendored
6
src/types/continous-profiling.d.ts
vendored
@@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
export interface StrategyItem {
|
||||
type: string;
|
||||
targetType: string;
|
||||
checkItems: CheckItems[];
|
||||
}
|
||||
export type CheckItems = {
|
||||
@@ -24,6 +24,6 @@ export type CheckItems = {
|
||||
threshold: string;
|
||||
period: number;
|
||||
count: number;
|
||||
uriList: string[];
|
||||
uriRegex: string;
|
||||
uriList?: string[];
|
||||
uriRegex?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user