Skip to content

Commit

Permalink
Uncomment Metrics monitor type in MonitorTypeHelper for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Dec 16, 2024
1 parent 4799ed0 commit 22e2c1f
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 22e2c1f

Please sign in to comment.