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]>
(cherry picked from commit c3ab50f)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 29, 2024
1 parent 8014ec2 commit 082b19a
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 @@ -244,6 +244,7 @@ export function SpanDetailPanel(props: {
setCurrentSpan(spanId);
}
}}
dataSourceMDSId={props.dataSourceMDSId}
/>
),
[DSL, setCurrentSpan]
Expand Down Expand Up @@ -296,6 +297,7 @@ export function SpanDetailPanel(props: {
closeFlyout={() => setCurrentSpan('')}
addSpanFilter={addSpanFilter}
mode={mode}
dataSourceMDSId={props.dataSourceMDSId}
/>
)}
</>
Expand Down

0 comments on commit 082b19a

Please sign in to comment.