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 is work in progress...** On the meeting with @bogdandrutu there was this idea to have a pure Tracer API and making Span creation synchronous and turning CLS to...

cla: yes

`rootSpan.startChildSpan()` takes an options object as input where one of the fields is `parentSpanId`. However, `parentSpanId` isn't wired up. This PR does that wiring and adds tests for both the...

cla: yes

**Is your feature request related to a problem? Please describe.** It would be convenient to have more control over child spans instead of just having root spans for incoming requests...

feature-request
GA-Effort

The OC Agent has defined a grpc `Config` stream in their proto, which is used to push configuration changes (sample policy, etc) from the agent to a client. This allows...

up-for-grabs
feature-request

Currently, there is no way to create nested spans: ``` Root Span Child Span Grandchild Span ``` In the [type definition](https://github.com/census-instrumentation/opencensus-node/blob/master/packages/opencensus-core/src/trace/model/types.ts#L276), startChildSpan has the following signature: ```TypeScript startChildSpan(name?: string, type?:...

I am using B3 header propagation to trace our Micro Services (more than 150 microservices). It is working out of the box. I am pushing the logs to Jaeger and...

up-for-grabs

1) should fail exporting by authentication error [debug] "2018-11-08T22:53:05.224Z" 'ExporterBuffer: added new rootspan' [debug] "2018-11-08T22:53:05.224Z" 'ExporterBuffer: set timeout' [error] "2018-11-08T22:53:05.227Z" 'sendTrace error: Nock: No match for request Looks like it...

bug
GA-Effort

The plan is to use [Metric data model ](https://github.com/census-instrumentation/opencensus-proto/blob/master/src/opencensus/proto/metrics/v1/metrics.proto)to transform data from Stats API (Stats data models to Metric data models handled by [MetricUtils](https://github.com/census-instrumentation/opencensus-node/blob/master/packages/opencensus-core/src/stats/metric-utils.ts) class) and Gauge APIs using Metric...

exporters
Metrics
GA-Effort

👋 I'm exploring integrating a Node.js server with the packages here. Looks like the `@opencensus/exporter-zpages` has been published to npm without templates: ```console $ cat node_modules/@opencensus/exporter-zpages/package.json| jq .version "0.0.2" $...

GA-Effort