Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
catileptic committed Jun 4, 2024
1 parent cd82c66 commit b64690f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions servicelayer/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
PROCESS_COLLECTOR,
)

# These definitions should be moved as close to the place
# where they are used as possible. However, since we
# support both a homebrewed Worker and one based on
# RabbitMQ, these definitions would come into conflict.

REGISTRY.unregister(GC_COLLECTOR)
REGISTRY.unregister(PROCESS_COLLECTOR)

Expand Down

0 comments on commit b64690f

Please sign in to comment.