feat: add topN selector for endpoint list (#450)

This commit is contained in:
Fine0830
2025-02-28 16:19:27 +08:00
committed by GitHub
parent 65607a5540
commit 7a690e6704
12 changed files with 28 additions and 10 deletions

View File

@@ -56,3 +56,5 @@ export enum EBPFProfilingTriggerType {
FIXED_TIME = "FIXED_TIME",
CONTINUOUS_PROFILING = "CONTINUOUS_PROFILING",
}
export const EndpointsTopNDefault = 20;