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

Add support for GRPC_CLIENT_STARTED_RPCS. Required for #1009.

P1
feature-request
GA-Effort

Add end to end integration tests that works against the backends, optionally turn them on via a build tag or config.

enhancement
exporter
P2

The quit case in the select in `worker.start` closes the command channel, but other goroutines might be writing to that channel concurrently.

bug
next
P2

There are a bunch of methods in trace package that aren't necessary for most users to know about. Currently they are only used by the z-Pages (ReportSpansByXXX). I'm going to...

enhancement
trace
P2

Supply a `trace.Exporter` useful for testing that just collects all spans and events in memory for later validation.

enhancement
P2

I don't quite get tags. Are they similar to prometheus labels? Do they work with traces? Or only stats? How are they match existing exporter nomenclature? The documentation states: >...

docs
P2

After the removal of Window from View, zPages don't support hour and minutely stats. We need to add this back.

enhancement
zpages
P2

It is a bit surprising that just importing zpages package (even if you don't register a handler) causes the infinite memory growth described in #597 even if DefaultSampler is NeverSample...

enhancement
performance
zpages
P1
next

Let's add links to all the framework integrations we have implemented to the README under the "Getting Started" section.

docs
P2

Currently we only have RpcZ. We need one more StatsZ page to display view data for all registered views. More context here: https://github.com/census-instrumentation/opencensus-java/issues/856.

stats
zpages
next
feature-request
P2