Ramon
Ramon
Are you saying that users care about integer precision for values larger than 2^53? I cannot imagine a world where that makes sense. What do you mean "the only thing"?
Seems like we are okay for now thanks to your change (#644) in terms of how it looks from the outside. So the this issue is whether we should internally...
@rakyll is this still necessary?
Given that we plan on providing a remote API for this, should everything be strings/enums?
Are you using z-pages? One of the features of the tracez page (although it's pretty rudimentary atm) is that you can see some basic info for all spans in a...
@mwuertinger what kinds of partial information would be useful? I can think of a way we could pretty easily retain all child spans of a parent span that had high...
I agree that it's important to know whether something was sampled uniformly or not. This argument also applies to cases where tracing is explicitly requested from the client. Perhaps we...
repurposing this issue
We want to be able to add more pages to zpages in future without having everyone need to change their code. Also, we want to allow linking between pages which...
What if we generalized the signature of zpage.Handle to: ```go func Handle(mux interface { Handle(pattern string, handler http.Handler) }, pathPrefix string) ``` Then you could use a ServeMux as the...