-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: ucan stream consumer space store add and remove count #160
feat: ucan stream consumer space store add and remove count #160
Conversation
9d140d6
to
ae8110b
Compare
View stack outputs
|
ae8110b
to
9d23e80
Compare
tracesSampleRate: 1.0, | ||
}) | ||
|
||
const STORE_REMOVE = 'store/remove' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should come from @web3-storage/capabilities
so that if they change we'll know here.
5945d48
to
dfcfe9e
Compare
Part of metrics work #117
Adds space counters for
store/add
andstore/remove
.