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

A stats collection and distributed tracing framework

Results 117 opencensus-node issues
Sort by recently updated
recently updated
newest added

This PR fixes the circular import problems occurring when you load `http2` or `https` module before `http` module. For example, the following code reproduces a problem `@opencensus-instrumentation-http` module doesn't load...

cla: yes

I've been trying to figure out how to do trace propagation between micro-services and have been unable to figure out the api. An example will solve this for me. The...

feature-request

**NB:** Before opening a feature request against this repo, consider whether the feature should/could be implemented in other the OpenCensus libraries in other languages. If so, please [open an issue...

feature-request

Please answer these questions before submitting a bug report. ### Opencensus Version v0.0.16 ### Node Version v11.13.0 ### What did you do? Here is a minimal repo which outlines the...

bug

I'd thought MessageEvent (`MessageEventType.RECEIVED`) is added at the start of a span. But current implementation of http and http2 instruments add the MessageEvent at the end of a span. I...

I understand that we use 'cls' for context storage/thread local storage. However, it is a little painful for me right now to try to get spans from thread local storage,...

document

Continuation of https://github.com/census-instrumentation/opencensus-node/pull/445 and Fixes #297 Specs: https://github.com/census-instrumentation/opencensus-specs/blob/master/tags/TagMap.md#over-http

cla: yes

**Is your feature request related to a problem? Please describe.** No, it's a testing ergonomic issue **Describe the solution you'd like** gRPC instrumentation tests depend on record order which makes...

feature-request
P2

**Expected Behavior:** Unregister the given view. Data will not longer be exported for this view after Unregister returns.

API
Stats
feature-request
GA-Effort
P2

Affected packages: - opencensus-core - opencensus-instrumentation-http - opencensus-instrumentation-https - opencensus-instrumentation-http2 - opencensus-instrumentation-grpc - opencensus-instrumentation-mongodb **Build error: on opencensus-core package** > @opencensus/[email protected] prepare opencensus-node/packages/opencensus-core > npm run compile:release > @opencensus/[email protected] compile:release...

P2