BuckyClient icon indicating copy to clipboard operation
BuckyClient copied to clipboard

Collect performance data from the client

Results 19 BuckyClient issues
Sort by recently updated
recently updated
newest added

Hi, Server setup and health-check are OK but send Cannot GET /bucky/v1/send ./start.js Loading Config Loading App Loading app Module ./modules/trustProxy Loading app Module ./modules/auth Loading app Module ./modules/collectors Loading...

while trying to collect the stats, i am getting this error: Collecting example.com.page.navigationStart, example.com.page.fetchStart, example.com.page.domainLookupStart, example.com.page.domainLookupEnd, example.com.page.connectStart, example.com.page.connectEnd, example.com.page.requestStart, example.com.page.responseStart, example.com.page.responseEnd, example.com.page.domLoading, example.com.page.domInteractive, example.com.page.domContentLoadedEventStart, example.com.page.toJSON for ::ffff:192.168.0.1 Unparsable row: NaN|ms...

It was not reading options provided in the script tag. because default value was overriding. in line 86

Previously it was only possible to send numeric values (types: `timer`, `gauge` and `counter`). This commit adds supports for a type `string` which accepts arbitrary strings. The identifier in a...

`a.b.c:662.785|[email protected]` Should be `a.b.c:662.785|ms|@0.5` (missing `|` before `@`). Refs https://github.com/etsy/statsd/blob/master/docs/metric_types.md

Currently, BuckyClient has 2 major issues: - Don't handle unload event, so we might lost tracking data when users click on another link. - Don't support navigator.sendBeacon API yet. It...

An extra pipe is required before the @rate as specified here: https://github.com/etsy/statsd/blob/master/docs/metric_types.md#sampling

Is it possible to have the latest release on npm? Thanks in advance