We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Collect statistics from a HTTP or HTTPS connexion
Add the collector config as :
enabled = True ttl_multiplier = 2 path_suffix = "" measure_collector_time = False byte_unit = byte, req_vhost = www.my_server.com req_url = https://www.my_server.com/, https://www.my_server.com/assets/jquery.js
Metrics are collected as : - servers..http..size (size of the page received in bytes) - servers..http..time (time to download the page in microsec)
'.' and '/' chars are replaced by __, url looking like http://www.site.com/admin/page.html are replaced by http:__www_site_com_admin_page_html
servers.hostname.http.http__www_my_server_com_.size 150