Frequently Asked Questions

Frequently Asked Questions

Do You Store Any User Identifying Information?

Nope. We believe in end-user privacy. We do not track or store any personally indentifiable information about your users. And we don’t sell any of our data to anyone, ever.


How Do You Calculate User Counts?

We create a hash of the user agent and IP address in a HyperLogLog data structure. User agent and IP Address is never retained. Due to the way HyperLogLog works, larger user counts are close estimates as opposed to exact.


Can Request Metrics Monitor Web Workers?

Yes! The agent will work inside web worker context to monitor performance of network requests.

// Inside your service worker
importScripts("https://cdn.requestmetrics.com/agent/current/rm.js");

RM.install({
  token: "YOUR_SITE_TOKEN"
});

That’s it!


I Have More Questions!

Contact us anytime! We’d be happy to help you get the most out of Request Metrics.