Hi guys,
Awesome job on bucky btw.
But I just wanna ask if there's a way for us to send custom metrics since currently bucky sends raw metrics and if we wanted to have precomputed ones like "TotalPageLoadTime" and have it sent to OpenTSDB
e.g.
Total Page Load Time = performance.timing.loadEventEnd – performance.timing.navigationStart
connectTime = perfData.responseEnd - perfData.requestStart
Best regards
Hi guys,
Awesome job on bucky btw.
But I just wanna ask if there's a way for us to send custom metrics since currently bucky sends raw metrics and if we wanted to have precomputed ones like "TotalPageLoadTime" and have it sent to OpenTSDB
e.g.
Total Page Load Time = performance.timing.loadEventEnd – performance.timing.navigationStart
connectTime = perfData.responseEnd - perfData.requestStart
Best regards