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.0.20 ### What version of Node are you using? 10.15.1 ### What did...

bug

**Is your feature request related to a problem? Please describe.** I am attempting to integrate tracing with graphql but I have the issue parent spans end before the child spans....

feature-request

Please answer these questions before submitting a bug report. To be honest, I'm not sure this is a bug or not. I apologize if it's not suited for the bug...

bug

**Is your feature request related to a problem? Please describe.** I can't find a way to export aggregated metrics to prometheus using Node.js's cluster module **Describe the solution you'd like**...

feature-request

Problem: OpenCensus Node currently does not support Azure Monitor via an exporter. Solution: Add an exporter to enable exporting of stats and traces to an Azure Monitor account. **Additional context**...

feature-request

**Is your feature request related to a problem? Please describe.** I would like to expose metrics from my app, without having to create a separate HTTP server for metrics endpoint....

feature-request

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

bug

Originates from https://github.com/census-instrumentation/opencensus-node/pull/711#issuecomment-557117001 Currently, resource detection logic works very well with GCE (`cloud.google.com/gce/instance`), GKE(`k8s.io/container`) and AWS (`aws.com/ec2/instance`) resources in other cases we fallback on `global` resource type. Consider to adding...

feature-request

### What version of OpenCensus are you using? 0.0.16 ### What version of Node are you using? v10.15.1 ### What did you do? I created spans that take less than...

bug

### What version of OpenCensus are you using? 0.0.18 ### What version of Node are you using? v10.15.3 ### What did you do? I was trying to fix the mongodb...

bug