Skip to content

Commit

Permalink
Remove commented-out Metrics monitor type from MonitorTypeHelper for …
Browse files Browse the repository at this point in the history
…cleaner code
  • Loading branch information
simlarsen committed Dec 13, 2024
1 parent 36570f3 commit ca3855d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Common/Types/Monitor/MonitorType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ export class MonitorTypeHelper {
description:
"This monitor type lets you monitor traces from any source.",
},
{
monitorType: MonitorType.Metrics,
title: "Metrics",
description:
"This monitor type lets you monitor metrics from any source.",
},
// {
// monitorType: MonitorType.Metrics,
// title: "Metrics",
// description:
// "This monitor type lets you monitor metrics from any source.",
// },
];

return monitorTypeProps;
Expand Down

0 comments on commit ca3855d

Please sign in to comment.