Skip to content

Commit

Permalink
added MDS-is to the flyout (#1857)
Browse files Browse the repository at this point in the history
Signed-off-by: sumukhswamy <[email protected]>
  • Loading branch information
sumukhswamy authored May 29, 2024
1 parent b3fb03e commit c3ab50f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ export function DashboardContent(props: DashboardProps) {
setPercentileMap
).finally(() => setLoading(false));
} else if (mode === 'data_prepper') {
console.log(dataSourceMDSId, 'traces page');
handleDashboardRequest(
http,
DSL,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ export function SpanDetailPanel(props: {
setCurrentSpan(spanId);
}
}}
dataSourceMDSId={props.dataSourceMDSId}
/>
),
[DSL, setCurrentSpan]
Expand Down Expand Up @@ -297,6 +298,7 @@ export function SpanDetailPanel(props: {
closeFlyout={() => setCurrentSpan('')}
addSpanFilter={addSpanFilter}
mode={mode}
dataSourceMDSId={props.dataSourceMDSId}
/>
)}
</>
Expand Down

0 comments on commit c3ab50f

Please sign in to comment.