Skip to content

Commit

Permalink
Link to the righ issue to update the metrics link
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Fernández Gómez authored Jul 28, 2021
1 parent 246d857 commit 48c33d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 48c33d8

Please sign in to comment.