Skip to content

Commit

Permalink
fix: all targets count indicator fix
Browse files Browse the repository at this point in the history
  • Loading branch information
9sneha-n committed Oct 31, 2024
1 parent c3e467e commit eca4afa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const PERFORMANCE_METRICS_717_IDS: PerformanceMetrics717[] = [
{ id: "ZX0uPp3ik81", name: "response", type: "secondary" }, // # events response action started 1 day

{ id: "bs4E7tV8QRN", name: "allTargets", type: "primary" }, // % num of alerts detected within 7d date emergence
{ id: "dr4OT0ql4cl", name: "allTargets", type: "secondary" },
{ id: "NHP4GvI0O3J", name: "allTargets", type: "secondary" },
];

export const EVENT_TRACKER_717_IDS: PerformanceMetrics717[] = [
Expand Down

0 comments on commit eca4afa

Please sign in to comment.