Skip to content

Commit

Permalink
chore(issues): Remove unused timer metric (#69833)
Browse files Browse the repository at this point in the history
Verified this isn't used in any dashboards/monitors/etc.
  • Loading branch information
mrduncan committed Apr 29, 2024
1 parent cdb21c0 commit 777ec3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sentry/issues/grouptype.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,6 @@ class FeedbackGroup(GroupType):
notification_config = NotificationConfig(context=[])


@metrics.wraps("noise_reduction.should_create_group", sample_rate=1.0)
def should_create_group(
grouptype: type[GroupType],
client: RedisCluster | StrictRedis,
Expand Down

0 comments on commit 777ec3f

Please sign in to comment.