Skip to content

Commit f3deac0

Browse files
committed
Revert "Add validate to metrics backends"
This reverts commit 6d237a5.
1 parent 4390cf7 commit f3deac0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/sentry/metrics/base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,3 @@ def incr(self, key, instance=None, tags=None, amount=1, sample_rate=1):
2626

2727
def timing(self, key, value, instance=None, tags=None, sample_rate=1):
2828
raise NotImplementedError
29-
30-
def validate(self):
31-
pass

src/sentry/utils/runner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ def validate_backends():
353353
app.buffer,
354354
app.digests,
355355
app.nodestore,
356-
app.metrics,
357356
app.quotas,
358357
app.ratelimiter,
359358
app.search,

0 commit comments

Comments
 (0)