Open gggopi opened 7 years ago
Hi, the page load time breakdown is being replaced by a new feature, called EUM (end user monitoring). I am writing the documentation for the new end user monitoring at this moment. It gives you a better insight into the different aspects of the timing of a browser. EUM is more fine grained and allows a better understanding of the different parts of a page load.
The current version of the documentation is in the link below, expect an update regarding the usage of this feature later today: https://github.com/stagemonitor/stagemonitor/wiki/End-User-Monitoring
I am here if you have any further questions.
From 0.80.0 on, there is no page load time breakdown in the stagemonitor-metrics*
index. Instead, there are pageload
spans in the stagemonitor-spans*
index. There will be a dashboard to have a more fine grained breakdown based on pageload
spans.
Thanks @trampi @felixbarny
Does this have separate a dashboard? Name?
The dashboard is not yet finished but we have prototyped a visualization. You can import it via Kibana > Management > Saved Objects (unzip the json first)
PageLoadTimeBreakdown.json.zip
But you will have to enable end user monitoring first: https://github.com/stagemonitor/stagemonitor/wiki/End-User-Monitoring#option-1-automatic-end-user-monitoring-via-automatic-injection
The js loaded in the browser is giving a 204 response code. I dont see the pageload metrics in ES. Checked http://es_ip:port/stagemonitor-spans-[YYYY.MM.DD]/pageload/_search
Any log messages in the monitored application? Like limit of total fields [1000] in index
?
The index type is not pageload
. Try /stagemonitor-spans*/_search?q=type:pageload
Yes. Got it. Metrics are there. Imported viz works fine. Thanks. @felixbarny @trampi
Hi, I noticed that the page load time breakdown is not going to ES anymore with the new upgrade.
Has it been removed? Why? Will it be back ? When?