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
metrics: Initial implementation of package install/download metrics capturing and metrics endpoint (11e8ac6)
Bug Fixes
configuration: configuration option enabled changed to metricsEnabled (dbd0afe)
metrics: fix issue where package download counters were not fully accurate (97eb944), closes #7
metrics: Only collect metrics for download of tarball files. Metrics were previously collected for any GET request that looked like it was for a package.json or tarball install but this was less reliable as there were was no way to guarantee the request coming in was for an actual package.json (e.g. browser requests for favicon.ico). Also, Verdaccio would only hand off requests that generate a 401/403 to the middelware for non-tarball requests so metrics could be misleading. (67caa0f)