Skip to content

Commit

Permalink
Traces and Spans tab Fix for application analytics (#2023) (#2025)
Browse files Browse the repository at this point in the history
(cherry picked from commit e7dd671)

Signed-off-by: sumukhswamy <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent cf0c959 commit 084e269
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 084e269

Please sign in to comment.