Sam Roberts
Sam Roberts
also, IBM APM and IBM BAM (application monitoring) are full featured systems tracing and monitoring solutions
I actually think the API is fine, it even makes sense that parameters would go somewhere other than the path, and I for one don't need multiple cosmetically different but...
Shouldn't it be a histogram?
Histograms have fixed buckets, with counts in them, so its possible to sum the histograms across all the instances (pods for example). Summaries the data is analyzed on the fly,...
electron has some tooling to generate type defs from docs, might be worth looking at, some discussion recently at https://github.com/nodejs/node/issues/32206
I'm pretty sure I've seen cases where it does not, but haven't had the time to really dig into the code or repro, its just a note sitting in my...
I just checked this out, rebased it against master, and it passed. The last commit adds timestamp support, and all timestampe support is unneeded. So, I pushed that commit off...
Known and expected. Documented... maybe not :-). Those metrics come from reading /proc, which doesn't exist on non-Linux. There may be a way to get them on OS X _without...
@ maintainers: title should have `s/macOS/non-Linux/`, labelled as a feature request. I have a table internally listing all the metrics and their source, that might be helpful to include. I'll...
Hi, appreciate the feedback, and reading through your comments in detail is on my list. Any interest in making a PR? Also, pending me looking more closely, do you think...