Anuraag (Rag) Agrawal

Results 343 comments of Anuraag (Rag) Agrawal

I think there are many systems where the host is the only way, or the only practical way, for a request to reach a server. In such a case I...

I think a map for caching by pattern can work ok. Since TinyGo only runs on one thread, no worries about concurrency. One issue is all regex then are memory...

No, perhaps we could document it better (similar to what wazero does) but our interfaces are not for outside implementations. It's fine to keep that up and we can make...

Yup, interpreter works fine, so only amd64 compiler is failing.

> just went ahead and run the unit tests in the original Rust aho-corasick repo, and all passed Oh do you mean you ran the original unit tests compiling to...

Been trying auto instrumentation in a container lately, and was slightly annoyed myself with tracing of health check. Then a customer trying it out independently had the same feedback -...

Sorry if double-spam, I thought I had already posted this. How about we have a special `Sampler` itself configured that delegates to the default, except for when the path matches...

Note that `DefaultSpan` might get renamed to something that would be naming-wise not a good fit with what we want to do here https://github.com/open-telemetry/opentelemetry-specification/pull/994#pullrequestreview-495461768

Thanks @sunfishcode - I agree that musl is probably making an assumption about "reasonable computer"s. And indeed, probably changing volatile operations to atomic is overkill, in the end that's not...