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

What about installation target in cmake? Similar to https://github.com/grpc/grpc/blob/master/CMakeLists.txt `if (gRPC_INSTALL) install(EXPORT gRPCTargets DESTINATION ${gRPC_INSTALL_CMAKEDIR} NAMESPACE gRPC:: ) endif()`

Probably use appveyor for that.

This is a work-in-progress - do not merge yet. See #244 Unfortunately, I have to add support for find_package for third-party dependencies and install in one go, because the targets...

The specs are defined [here](https://github.com/w3c/distributed-tracing). We need to: 1. Add support for Tracestate 2. Add support for TraceContext format 3. Allow users to modify the Tracestate. This is not yet...

Make this non-breaking change to the API now, so we can use it to implement https://github.com/census-instrumentation/opencensus-cpp/issues/175 later.

Abseil-cpp or other Google project has support on cmake (using add_subdirectory). Is there any plan for opencensus-cpp?

Context is an object that holds information (such as Span and TagMap) specific to an operation (such as an RPC) and propagates it implicitly to child operations, function calls, etc....

i have such a scene to trace: process_a send data to process_b, I need to track the entire process of sending data until it is accepted by process_b. the two...

I am working on another iteration on the website that shows users each concept and usage in the various languages and so far for Spans I can't seem to find...

like this link [Passing Segment Context between Threads in a Multithreaded Application](https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-java-multithreading.html)