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

A stats collection and distributed tracing framework

Results 37 opencensus-cpp issues
Sort by recently updated
recently updated
newest added

building it fails. - ` /etc/apt/sources.list refer to invalid repositories - patching them results in an ungodly system update. - golang version advances to 1.10 in the process? - buildifier...

In my app, opencensus custom exporter is used for plugin of tsdb. All raw data will be exported, which is not essential for us. So has opencensus any switch or...

Experimental CMake support was added in PR #238 to address issue #86. This issue is to track followup work from the PR: - [x] Benchmarks. (#296) - [ ] Top-level...

OC tracer and OC metrics should support token fetching using STS service. https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16 Stackdriver metrics and tracing API both need STS to support GKE workload identity. Example [Envoy PR](https://github.com/envoyproxy/envoy/pull/9101/files) adds...

Integration with Envoy WASM framework requires that we use a custom transport interface using Envoy's proxy network stack. We would like to build a WASM version of opencensus-cpp that uses...

The documentation says "A sampling decision from a ParentSpan is ALWAYS inherited by all its regardless of the trace configuration. This ensures continuity of traces – for example, if a...

I think its a little confusing and weird to have a cyclic dependency between gRPC and this repo: https://github.com/census-instrumentation/opencensus-cpp/blob/master/bazel/deps.bzl#L23 https://github.com/grpc/grpc/blob/master/bazel/grpc_deps.bzl#L194 it seems like this repo should be split into a...

Goal: StrictSpans mode is meant to enforce the invariant that a parent span cannot end while it has children running. This can happen if your service has an internally-asynchronous architecture....