Jeremiah Senkpiel
Jeremiah Senkpiel
I still think it's pretty difficult to understand, and I think some aspects have changed recently.
i.e. like the [Node.js algorithm](https://github.com/nodejs/node/blob/master/lib/internal/timers.js). That is, store the timers in lists mapped to duration then backed by a (much smaller) heap. Using this method guarantees timers are implicitly sorted...
dprof could probably be made significantly easier to use (read: search through) in many situations by simply compressing long time periods in which nothing changes.
I've been thinking about this, and I think it could be useful if we had a JS API such so that one could mark when specific execution points happen (like...
This would make backwards compatibility nicer. I know precision wise it is pointless but we have some 16-length geohashes lying around and limiting to 12 is going to make migrating...
```bash $ delice /Users/Jeremiah/npm/lib/node_modules/delice/node_modules/yargs/yargs.js:1163 else throw err ^ Error: ENOENT: no such file or directory, stat 'node_modules/.bin/detect-libc' at Object.statSync (fs.js:856:3) at /Users/Jeremiah/npm/lib/node_modules/delice/node_modules/liblice/lib/recursiveFileSearch.js:7:55 at Array.filter () at getFilePaths (/Users/Jeremiah/npm/lib/node_modules/delice/node_modules/liblice/lib/recursiveFileSearch.js:7:32) at /Users/Jeremiah/npm/lib/node_modules/delice/node_modules/liblice/lib/recursiveFileSearch.js:9:64...
The `tracing-honeycomb` and `tracing-distributed` crates are now published from https://github.com/eaze/tracing-honeycomb, and this repo is unmaintained.
Honeycomb allows it's `trace_id`'s to be _any arbitrary string_. Respect that, because we may be sent an id from some source we do not directly control, such as an edge...
Instance ids appear unnecessary. Any span must already be associated with a trace, which has 128 bits (a very large space to avoid collisions). Given a span ids must only...