Questions tagged [rum]
28 questions
4
votes
1 answer
Elasticsearch APM RUM Time on page / Session duration
Is there a way to make APM Real User Monitoring (Javascript agent) keep track of how long the user spent on the page?
I am currently using Elasticsearch v7.11.2
I am aware that the time tracking is not in the list of current
available features; is…

joepa37
- 3
- 4
- 21
4
votes
1 answer
Elastic APM - RUM JS Agent: Integration with React-Redux applications
Are there any npm modules/plugins exists so as integrate Elastic APM's RUM JS Agent with the application ?
By integration i mean good coupling with application so as to record all the things /events(such as route loading, all service requests,…

Rohit Garg
- 782
- 5
- 18
3
votes
1 answer
What is dca0.com and why is our site making GET requests to subdomains of dca0.com?
So we are using some RUM metrics on our site now, and one error that has started cropping up is as follows:
XHR error GET https://l9.dca0.com/srv-id/?uid=a1729baf-1b2b-1c5c-b50a-bfb5d1bf04e8
Failed to load
Additionally, here's a screenshot of our…

Ian Brooks
- 141
- 12
3
votes
1 answer
Idiomatic way to delay showing spinner for http requests using core.async
I am buiding a simple web app using ClojureScript+Rum with multiple places where I need to show pieces of UI using data fetched from the server via http/get requests.
Often I want to show a spinner before data is fully loaded. But I don't want to…

Alexandr Sugak
- 131
- 9
3
votes
1 answer
How can I calculate time to interactive client-side?
Chrome's Lighthouse tool and WebPageTest offer "time-to-interactive" (TTI) metrics.
Google offers a minimal definition of TTI:
Time to Interactive is defined as the point at which layout has stabilized, key webfonts are visible, and the main…

crenshaw-dev
- 7,504
- 3
- 45
- 81
2
votes
0 answers
After setup RUM application of datadog page load blank on server in react
RUM application intilize code.
Added this code in main.js file. But after deployed my build on non-ssl site i getting a blank page. Nothing any console error displaying and network tab also clear
import { datadogRum } from…

PhpProgrammer
- 21
- 2
2
votes
0 answers
How to calculate a pooled standard deviation in SQL?
I am collecting page load times and storing them in a SQL table. Every minute, I want to "roll up" those stats, storing the number of hits, the average load time, and the standard deviation of the load time.
After a while, I want to "roll up" those…

crenshaw-dev
- 7,504
- 3
- 45
- 81
2
votes
1 answer
Deriving static CSS from React components in ClojureScript
I've been playing around and thinking about using React through its various abstractions in ClojureScript, Reagent, Rum, Re-frame and Om. But there's one thing that I'm not sure that either adresses, perhaps because its a separate concern depending…

Rovanion
- 4,382
- 3
- 29
- 49
1
vote
1 answer
Why am I not seeing Core Web Vitals data in the Synthetics - Browser Test Performance dashboard in Datadog?
After creating a synthetic browser test for a page that has Datadog's RUM javascript capturing data, I expected to see the Synthetic test web performance section of the Synthetics - Browser Test Performance dashboard display LCP and CLS data for the…

GenePADI
- 15
- 5
1
vote
2 answers
Is there a Google cloud Real user monitoring (RUM) solution?
Do we have any Azure and GCP cloud-native solutions for Real user monitoring (RUM) and Synthetics?
I have tested AWS CW for RUM and synthetics but need a similar solution in Azure and GCP.
1
vote
0 answers
How to figure out what's causing long DOM processing time?
I have a landing page to which I'm driving traffic through PPC. For a variety of reasons, I've come to believe that, even though the site is highly performant for me, it isn't for my actual visitors. So, I turned on AWS CloudWatch.
For me, with…

philolegein
- 1,099
- 10
- 28
1
vote
1 answer
Datadog RUM not loading V-icon in session replay
Icons are displayed properly in the browser but when I try to replay the session via Session replay the icons are missing and icon-name is displayed.
Material icons are imported via CDN.
@import…

Curious.case
- 51
- 3
1
vote
2 answers
Using the Datadog logs and RUM SDKs sends multiple requests when errors are being thrown
I have the following issue:
Trigger
An uncaught exception is being thrown and datadog logs SDK sends request to log the incident.
Expected outcome
One request is sent/incident and the incident is logged only once in Datadog UI.
Actual…

Radu Alexandru
- 23
- 6
1
vote
1 answer
Building infrastructure for RUM metrics in-house
We are trying to build in-house infrastructure for RUM metrics in-house with Prometheus
Every metric has 10 labels and some labels can have 40 or even more values like pageId or country. That makes cardinality value very high. And that leads to very…

Aleks Makhomet
- 41
- 1
- 5
1
vote
1 answer
How to register soft-navigation changes in mPulse Boomerang for an Angular app?
The BOOMR.plugins.Angular plugin seems to be used for AngularJS 1.x and so far I failed to find a Angular example or plugin I could use. Based on the docs I came up with the following solution:
@Injectable()
export class BoomerangBootstrapService…

Jeno Laszlo
- 2,023
- 18
- 36