Skip to content

Commit

Permalink
Traces and Spans tab Fix for application analytics (#2023)
Browse files Browse the repository at this point in the history
Signed-off-by: sumukhswamy <[email protected]>
(cherry picked from commit e7dd671)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 1, 2024
1 parent ea1c1ba commit 112199f
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 112199f

Please sign in to comment.