cloud-profiler-nodejs
cloud-profiler-nodejs copied to clipboard
Node.js library for Google Cloud Profiler. Continuous CPU and heap profiling to improve performance and reduce costs.
I would like to start and the stop the profiler for a configured duration of time and stop it once the time reached, is there an API to stop the...
The version of node-gyp doesn't support Python 3.12. Note that just updating to v10 brings in a new version of `string-width` that is ESM only and causes a different issue...
We have recently migrated to Node v18 and started receiving this error upon app start. ``` Failed to initialize SourceMapper. Source map support has been disabled: Error: An error occurred...
I'm trying to install the profiler on aws lambda. As soon as I trigger the lambda I get this error: `Error: Cannot find module '/var/task/node_modules/@google-cloud/profiler/node_modules/pprof/build/node-v83-linux-x64-glibc/pprof.node` It should work on aws...
You have a problem with your .repo-metadata.json file: Result of scan 📈: * api_shortname 'profiler' invalid in .repo-metadata.json ☝️ Once you address these problems, you can close this issue. ###...
#### Environment details - OS: alpine linux - Node.js version: 14 - `@google-cloud/profiler` version: 4.0.2 #### Steps to reproduce 1. start an app with [blocked-at](https://www.npmjs.com/package/blocked-at) and @google-cloud profiler wired up...
The request in createProfile() can hang for up to an hour. So, when a user's code finishes running, it could be up to an hour before profiler exits (and node.js...
Related to #19, but focusing on heap profile.
This builds on #204. By lazily loading source maps, we should be able to start reading source maps in the node_modules directory.
ServerBackoffResponse (in pr #75) corresponds to a server response with RetryInfo in error_details.proto (here https://github.com/googleapis/googleapis/blob/master/google/rpc/error_details.proto). We should use (or at least investigate using) error_details.proto.