From 9c10e55f77d32bc8b3e37e360f28b3967dc67730 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Tue, 4 Oct 2022 07:02:52 -0600 Subject: [PATCH] [Profiling] Show Top 1000 functions (#142391) (#142590) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 8be7668d208073a80812397050298a6954c51a92) Co-authored-by: Tim Rühsen --- x-pack/plugins/profiling/public/components/topn_functions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/profiling/public/components/topn_functions.tsx b/x-pack/plugins/profiling/public/components/topn_functions.tsx index 3ad540983d903..4d8522913a245 100644 --- a/x-pack/plugins/profiling/public/components/topn_functions.tsx +++ b/x-pack/plugins/profiling/public/components/topn_functions.tsx @@ -219,7 +219,7 @@ export const TopNFunctionsTable = ({ : row[sortField]; }, [sortDirection] - ).slice(0, 100); + ); return ( <>