From a38b27a6fa012f80af3fd03c598447ed6c1b2b64 Mon Sep 17 00:00:00 2001 From: lcawl Date: Fri, 3 Sep 2021 14:24:23 -0700 Subject: [PATCH 1/2] [APM] Updates failed transaction correlations help --- .../failed_transactions_correlations_help_popover.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/apm/public/components/app/correlations/failed_transactions_correlations_help_popover.tsx b/x-pack/plugins/apm/public/components/app/correlations/failed_transactions_correlations_help_popover.tsx index e66101d619224..d145e54bea491 100644 --- a/x-pack/plugins/apm/public/components/app/correlations/failed_transactions_correlations_help_popover.tsx +++ b/x-pack/plugins/apm/public/components/app/correlations/failed_transactions_correlations_help_popover.tsx @@ -36,7 +36,7 @@ export function FailedTransactionsCorrelationsHelpPopover() {

From f63a03cac1e93f4074c2957c62291757ef65d25f Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 7 Sep 2021 17:22:17 -0700 Subject: [PATCH 2/2] Adds EuiCode formatting --- .../failed_transactions_correlations_help_popover.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/apm/public/components/app/correlations/failed_transactions_correlations_help_popover.tsx b/x-pack/plugins/apm/public/components/app/correlations/failed_transactions_correlations_help_popover.tsx index d145e54bea491..65f6f54ecf89e 100644 --- a/x-pack/plugins/apm/public/components/app/correlations/failed_transactions_correlations_help_popover.tsx +++ b/x-pack/plugins/apm/public/components/app/correlations/failed_transactions_correlations_help_popover.tsx @@ -5,6 +5,7 @@ * 2.0. */ +import { EuiCode } from '@elastic/eui'; import React, { useState } from 'react'; import { i18n } from '@kbn/i18n'; import { FormattedMessage } from '@kbn/i18n/react'; @@ -36,7 +37,11 @@ export function FailedTransactionsCorrelationsHelpPopover() {

event.outcome, + value: failure, + }} />