Skip to content

Commit

Permalink
Merge branch 'main' into maxfilepertrigger-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanL1997 authored Jan 24, 2025
2 parents f23a317 + a9610da commit d93ea36
Show file tree
Hide file tree
Showing 11 changed files with 64 additions and 27 deletions.
2 changes: 1 addition & 1 deletion common/constants/trace_analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const TRACE_ANALYTICS_PLOTS_DATE_FORMAT = 'MMM D, YYYY HH:mm:ss.SSS';
export const SERVICE_MAP_MAX_NODES = 500;
// size limit when requesting edge related queries, not necessarily the number of edges
export const SERVICE_MAP_MAX_EDGES = 1000;
export const TRACES_MAX_NUM = 3000;
export const TRACES_MAX_NUM = 500;
export const TRACE_ANALYTICS_DOCUMENTATION_LINK =
'https://opensearch.org/docs/latest/observability-plugin/trace/index/';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,12 @@ exports[`Log Config component renders empty log config 1`] = `
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down Expand Up @@ -760,10 +762,12 @@ exports[`Log Config component renders with query 1`] = `
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,12 @@ exports[`Service Config component renders empty service config 1`] = `
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down Expand Up @@ -1454,10 +1456,12 @@ exports[`Service Config component renders with one service selected 1`] = `
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,12 @@ exports[`Trace Config component renders empty trace config 1`] = `
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down Expand Up @@ -1015,10 +1017,12 @@ exports[`Trace Config component renders with one trace selected 1`] = `
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1237,10 +1237,12 @@ exports[`Panels View Component renders panel view container with visualizations
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down Expand Up @@ -3144,10 +3146,12 @@ exports[`Panels View Component renders panel view container with visualizations
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down Expand Up @@ -3605,10 +3609,12 @@ exports[`Panels View Component renders panel view container without visualizatio
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down Expand Up @@ -5396,10 +5402,12 @@ exports[`Panels View Component renders panel view container without visualizatio
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,12 @@ exports[`Panel Grid Component renders panel grid component with empty visualizat
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,12 @@ exports[`Metrics Grid Component renders Metrics Grid Component 1`] = `
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down Expand Up @@ -277,10 +279,12 @@ exports[`Metrics Grid Component renders Metrics Grid Component 1`] = `
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,12 @@ exports[`Dashboard component renders dashboard 1`] = `
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down Expand Up @@ -496,10 +498,12 @@ exports[`Dashboard component renders dashboard 1`] = `
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down Expand Up @@ -1361,10 +1365,12 @@ exports[`Dashboard component renders empty dashboard 1`] = `
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down Expand Up @@ -1753,10 +1759,12 @@ exports[`Dashboard component renders empty dashboard 1`] = `
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down Expand Up @@ -2618,10 +2626,12 @@ exports[`Dashboard component renders empty jaeger dashboard 1`] = `
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down Expand Up @@ -3012,10 +3022,12 @@ exports[`Dashboard component renders empty jaeger dashboard 1`] = `
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,12 @@ exports[`Services component renders empty services page 1`] = `
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down Expand Up @@ -334,10 +336,12 @@ exports[`Services component renders empty services page 1`] = `
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down Expand Up @@ -2543,10 +2547,12 @@ exports[`Services component renders jaeger services page 1`] = `
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down Expand Up @@ -2774,10 +2780,12 @@ exports[`Services component renders jaeger services page 1`] = `
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down Expand Up @@ -4245,10 +4253,12 @@ exports[`Services component renders services page 1`] = `
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down Expand Up @@ -4475,10 +4485,12 @@ exports[`Services component renders services page 1`] = `
"getCenter$": [MockFunction],
"getLeft$": [MockFunction],
"getLeftBottom$": [MockFunction],
"getPrimaryHeaderRight$": [MockFunction],
"getRight$": [MockFunction],
"registerCenter": [MockFunction],
"registerLeft": [MockFunction],
"registerLeftBottom": [MockFunction],
"registerPrimaryHeaderRight": [MockFunction],
"registerRight": [MockFunction],
},
"navGroup": Object {
Expand Down
Loading

0 comments on commit d93ea36

Please sign in to comment.