grafana / faro-web-sdk

The Grafana Faro Web SDK, part of the Grafana Faro project, is a highly configurable web SDK for real user monitoring (RUM) that instruments browser frontend applications to capture observability signals. Frontend telemetry can then be correlated with backend and infrastructure data for full-stack observability.
https://grafana.com/oss/faro/
Apache License 2.0
690 stars 62 forks source link

555 only include xhr and fetch performance timings by default more is opt in #560

Closed codecapitano closed 2 months ago

codecapitano commented 2 months ago

Why

The Faro performance instrumentation processes and sends all resource entries emitted by the browsers resource timeline. The number of entries emitted can grow very large depending on how resource heavy a web app/site is. This can be hundreds of items and more per user session!

Most users are interested in initial load and render performance, web-vitals and xhr/fetch performance. So we want to decrease resource consumption by only tracking the most necessary entries an make the rest opt-in

What

Links

Checklist