opencensus-go icon indicating copy to clipboard operation
opencensus-go copied to clipboard

A stats collection and distributed tracing framework

Results 107 opencensus-go issues
Sort by recently updated
recently updated
newest added

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...

enhancement
P1

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....

bug

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...

feature-request
P2

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...

feature-request
P2

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...

bug

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...

cla: yes

Implement a RateLimiting sampler as described at https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/Sampling.md

feature-request

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...

feature-request

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 ###...

bug