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
As of now, I don't think that Vend collects API usage metrics. It would be neat to:
collect API usage metrics, based on the number of times a method of the underlying vend-nodejs-sdk is invoked
collect metrics on which commands are used most often
This data can stay on the user's own machine and should only be shared upstream, in an aggregated and anonymous manner ... when a user explicitly decides to share it ... by toggling the shareMyUsageMetrics flag in settings.json to true
The text was updated successfully, but these errors were encountered:
A new line can be added to usageMetrics.json file each time to track a usage event. This should help if a user decides to share metrics after X amount of time after using vend-tools (say a month?) and should make it simple to continue sharing in a semi-live fashion moving forward.
We will probably need some kind of proxy with DB credentials that can avoid DDOS and still tack on authN headers to persist the data in a backend.
As of now, I don't think that Vend collects API usage metrics. It would be neat to:
vend-nodejs-sdk
is invokedThis data can stay on the user's own machine and should only be shared upstream, in an aggregated and anonymous manner ... when a user explicitly decides to share it ... by toggling the
shareMyUsageMetrics
flag insettings.json
totrue
The text was updated successfully, but these errors were encountered: