cloud-trace-nodejs icon indicating copy to clipboard operation
cloud-trace-nodejs copied to clipboard

Node.js agent for Cloud Trace: automatically gather latency data about your application

Results 70 cloud-trace-nodejs issues
Sort by recently updated
recently updated
newest added

Fixes #1418.

kokoro:force-run
api: cloudtrace
size: xs

api: cloudtrace
size: xs

My env: - OS: containered node:12.8.0-alpine - Redis version: Google Cloud Platform Memorystore Redis 6.x - NodeJS version: 12.8.0 - NPM version: 7.24.0 Package.json: - `@google-cloud/trace-agent`: "^5.1.6" (also tested on...

priority: p2
type: question
:rotating_light:
api: cloudtrace

#### Environment details - OS: Win 10 x64 - Node.js version: 16.13.0 - npm version: 8.1.0 - `@google-cloud/trace-agent` version: 5.1.5 - Mongoose: 6.0.10 #### Steps to reproduce 1. start traceAgent...

priority: p2
type: feature request
api: cloudtrace

I'm having issues using this library alongside the [nodejs-logging-bunyan](https://github.com/googleapis/nodejs-logging-bunyan) library. In my node.js app, the trace IDs that the middleware is using for the parent request as well as all...

type: bug
api: cloudtrace
priority: p3

Hi, I am running a cloud run application that is serving a NodeJS application using the express framework. I have an endpoint that calls a few APIs using `node-fetch` library...

priority: p2
type: feature request
api: cloudtrace

**Is your feature request related to a problem? Please describe.** cloud-trace by default injects trace-propagation headers on all outgoing HTTP requests, this has caused problems with external services which reject...

type: feature request
api: cloudtrace

We're getting unhandled promise rejections from the `pg` module (via postgraphile) only when the trace agent is enabled: ``` err: { "type": "Error", "message": "[Redacted]", "stack": [Redacted] at Connection.parseE (/usr/src/app/node_modules/pg/lib/connection.js:554:11)...

priority: p2
type: bug
:rotating_light:
api: cloudtrace