Skip to content

Commit

Permalink
Traces and Spans tab Fix for application analytics
Browse files Browse the repository at this point in the history
Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
  • Loading branch information
sumukhswamy committed Aug 1, 2024
1 parent a939635 commit 16883dc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ export function Application(props: AppDetailProps) {
endTime={appEndTime}
setStartTime={setStartTimeForApp}
setEndTime={setEndTimeForApp}
dataSourceMDSId={[{ id: '', label: '' }]}
/>
<EuiSpacer size="m" />
<EuiPanel>
Expand All @@ -339,6 +340,7 @@ export function Application(props: AppDetailProps) {
DSL={spanDSL}
setTotal={setTotalSpans}
mode="data_prepper"
dataSourceMDSId={''}
/>
</EuiPanel>
</>
Expand Down Expand Up @@ -549,6 +551,7 @@ export function Application(props: AppDetailProps) {
closeFlyout={closeSpanFlyout}
addSpanFilter={addSpanFilter}
mode="data_prepper"
dataSourceMDSId=""
/>
)}
{traceFlyoutId && (
Expand Down

0 comments on commit 16883dc

Please sign in to comment.