opencensus-go
opencensus-go copied to clipboard
A stats collection and distributed tracing framework
We want to implement log correlation for go(#950), so we need to access Span.data for parent span id and span name etc, and log them. Is there a way to...
I have a [program](https://github.com/marwan-at-work/rcrepro) that records the latency of a request using the OCHTTP server middleware. In my program, I am using the [DataDog OpenCensus Exporter](https://github.com/DataDog/opencensus-go-exporter-datadog) to report this metric....
The default ocgrpc handler assumes all incoming trace span context will be passed in binary format using `grpc-trace-bin` key in metadata. In many cases, the calling application may use a...
Problem: When exiting a program running opencensus monitoring, some of the data are not passed to exporter. This happens because as one can see in following code, reportUsage() is called...
The default span name for the `ochttp.Transport` plugin uses the path from the url (https://github.com/census-instrumentation/opencensus-go/blob/v0.22.1/plugin/ochttp/trace.go#L149-L151). Paths often contain unique identifier for resources (for example the gcs client path contains the...
Adds a StartTime option when creating a new span. In some cases, you are able to trace only after the operation was made. for example in some post-operation hook/observer. func...
Implement a RateLimiting sampler as described at https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/Sampling.md
How do I trigger and upload trace to jaeger?
This is part feature request and part bug. The automatic tracing includes a check where both the ochttp client and server components inspect the URL path before attaching a trace...
Please answer these questions before submitting a bug report. ### What version of OpenCensus are you using? go.opencensus.io v0.22.0 ### What version of Go are you using? go 1.12 ###...