From 48c33d854a1449e909430693db88ff1ee4795bae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Fern=C3=A1ndez=20G=C3=B3mez?= Date: Wed, 28 Jul 2021 10:58:42 +0200 Subject: [PATCH] Link to the righ issue to update the metrics link --- .../infra/public/alerting/inventory/rule_data_formatters.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/infra/public/alerting/inventory/rule_data_formatters.ts b/x-pack/plugins/infra/public/alerting/inventory/rule_data_formatters.ts index 5b4fd153f3c69..30e0de9402191 100644 --- a/x-pack/plugins/infra/public/alerting/inventory/rule_data_formatters.ts +++ b/x-pack/plugins/infra/public/alerting/inventory/rule_data_formatters.ts @@ -10,7 +10,7 @@ import { ObservabilityRuleTypeFormatter } from '../../../../observability/public export const formatReason: ObservabilityRuleTypeFormatter = ({ fields }) => { const reason = fields[ALERT_REASON] ?? '-'; - const link = '/app/metrics/inventory'; // FIXME? Not sure if we need to do something with this link + const link = '/app/metrics/inventory'; // TODO https://github.com/elastic/kibana/issues/106497 return { reason,