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

Please answer these questions before submitting a bug report. ### What version of OpenCensus are you using? 0.1.0 ### What version of Node are you using? 16.3 ### What did...

bug

I used the [ts-migrate](https://github.com/airbnb/ts-migrate) script to add `@ts-expect-error` to silence new TS errors introduced in migration from TypeScript 2.x to 3.x (#907). For example https://github.com/census-instrumentation/opencensus-node/blob/9bd4f114cc3c18f148a2f56392db5e393cb968ab/packages/opencensus-core/src/internal/cls-ah.ts#L95 Definitive list: https://github.com/census-instrumentation/opencensus-node/search?q=ts-migrate

help wanted
good first issue

Node 8 has been EOL for quite some time now. A lot of security vulnerabilities, dependency upgrades, and typescript upgrades can not be done without dropping node8. I want to...

See https://github.com/census-instrumentation/opencensus-node/pull/886#issuecomment-779923205 for context

Hello Everyone, I am receiving this error message in Node Package Manager. > npm ERR! code ELIFECYCLE > npm ERR! errno 1 > npm ERR! [email protected] start: `node index.js` >...

Other google (stackdriver) propagator libraries in open census (for example, python) allow for the header to be configurable. I already have a bunch of projects using a different header. This...

cla: yes

### What version of OpenCensus are you using? ``` "@opencensus/core": "0.0.19", "@opencensus/exporter-stackdriver": "0.0.19", ``` ### What version of Node are you using? 12.14.1 ### What did you do? We have...

bug

Closes #792. Would appreciate a maintainer to verify that this PR works, as I'm not familiar with this package: just trying to fix a deprecation warning a few levels deep...

cla: yes

Please answer these questions before submitting a bug report. ### What version of OpenCensus are you using? Latest (https://github.com/census-instrumentation/opencensus-node/blob/master/packages/opencensus-core/package.json has a dependency on CLS) ### What version of Node are...

bug