Skip to content

Commit

Permalink
Add missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Nov 4, 2024
1 parent ddfb5c0 commit 07c2d3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kinto/core/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ class NoOpMetricsService:
def timer(self, key):
return NoOpTimer()

def observe(self, key, value, labels=[]):
pass

def count(self, key, count=1, unique=None):
pass

Expand Down

0 comments on commit 07c2d3d

Please sign in to comment.