Skip to content

Commit

Permalink
Increase gantt chart limit to 3000 spans
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 committed Apr 7, 2022
1 parent e78f475 commit 39c5006
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const getServiceBreakdownQuery = (traceId: string) => {
return query;
};

export const getSpanDetailQuery = (traceId: string, size = 200) => {
export const getSpanDetailQuery = (traceId: string, size = 3000) => {
const query = {
size,
query: {
Expand Down

0 comments on commit 39c5006

Please sign in to comment.