Hi,
I have a heartbeat agent monitoring some web:
- type: http
urls: ["http://myweb.com"]
schedule: "@every 60s"
id: MyId
name: MyName
and with kibana I monitor the media of "monitor.duration.us" .
Is this the best way to measure web page load times?
Thanks!