cloud-trace-nodejs
cloud-trace-nodejs copied to clipboard
Node.js agent for Cloud Trace: automatically gather latency data about your application
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...
#### 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...
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...
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...
**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...
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)...