You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Like the size metrics, we should have a metric counting the number of documents in a collection.
Describe the solution you'd like
At the time of updating or deleting a document, increment/decrement the counter.
Describe alternatives you've considered
A background task could query the count from FoundationDB but it's probably more expensive. Tally counter manipulation is cheap and asynchronous.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Like the size metrics, we should have a metric counting the number of documents in a collection.
Describe the solution you'd like
At the time of updating or deleting a document, increment/decrement the counter.
Describe alternatives you've considered
A background task could query the count from FoundationDB but it's probably more expensive. Tally counter manipulation is cheap and asynchronous.
The text was updated successfully, but these errors were encountered: