Jaana Dogan
Jaana Dogan
``` type SumData float64 ``` Sum aggregation produces a float64 even for int64 measures which might overflow earlier. We need to discuss whether we should produce an int64 sum for...
We currently provide an option for the gRPC and HTTP entry points but it is common case for users to not to trust the incoming trace ID. Rather than providing...
So the user can correlate the execution tracer spans with their distributed spans.
OpenCensus Go should plan switching from B3 to https://github.com/w3c/distributed-tracing as the default HTTP propagation format as we are trying to unify the context propagation around this proposal. I suggest us...
ViewData is a quite a complex type with dependencies to instrumentation-oriented types. Flatten the fields and reduce the dependency to Aggregation and View types.
The deployment YAML don't set them up, we need to give an example for users who want to use the Prometheus receiver. Example: ``` apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name:...
Currently, -top only returns the region name. It would be great if we can return a zone name from gcping. Then, the user can create a VM in the closest...
It is useful for CI/CD that just wants to check the Go version.
It is sometimes hard to read the weblist output because of the volume of data presented on the pages. Colorizing the expensive lines with shades of red to yellow would...