Skip to content

Commit

Permalink
[ML] Explain Log Rate Spikes: merge duplicate spikeAnalysisTable comp…
Browse files Browse the repository at this point in the history
…onents (#141116)

* merge duplicate spikeAnalysisTable components

* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'

Co-authored-by: kibanamachine <[email protected]>
  • Loading branch information
alvarezmelissa87 and kibanamachine authored Sep 20, 2022
1 parent f4dd515 commit 130a8cd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 358 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ export const SpikeAnalysisTable: FC<SpikeAnalysisTableProps> = ({
</EuiToolTip>
),
render: (_, { pValue }) => {
if (!pValue) return NOT_AVAILABLE;
const label = getFailedTransactionsCorrelationImpactLabel(pValue);
return label ? <EuiBadge color={label.color}>{label.impact}</EuiBadge> : null;
},
Expand Down

This file was deleted.

Loading

0 comments on commit 130a8cd

Please sign in to comment.