Adrian Cole

Results 2042 comments of Adrian Cole

Where @llinder @zeagord and I ended up was that we needed a way to choose which trace IDs would be associated with a period represented by a dependency link. Otherwise,...

there are other data problems besides missing timestamps. I think before we just avoided things like divide by zero problems by skipping calculation of those spans. if no span has...

iotw, my opinion is to just avoid doing bad math. imho whether to warn or not is separate and optional, and if we decide to only warn about timestamps is...

oh.. sorry I should have elaborated. At least in wazero, I had planned to allow folks to configure custom host functions. I think translating from the go stack semantics to...

fyi it is indeed tough to do all of this, and in wazero there are some internal interfaces used (to bridge writes to stdio streams or fs.FS) Moreover, behavior on...

go's compiler isn't likely to support that, is the main problem, or if it does it may take some time before it happens. Also, GOOS=js supports http roundtrip which isn't...

Agreed you could make the go host functions callback into something like x/sys or whatever. Just most of the plumbing is dancing with javascript and it is somewhat annoying. You...

last 2p: the hardest thing is getting the infra in to test the code. once that's in and you have the first function (something simple like directory list in) the...

yep that indeed can work. setup some test files with whatever the runtime can do for exposing them, and then do some tests like so. The below can compile and...

@jake-codes parsing etc is a just a feature waiting to be enabled. Mainly the zipkin one is parsimonious by default.