grafana / grafana/pyroscope-nodejs
Support Pull mode
Open
- Dominant language
- TypeScript
- Stars
- 51
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
From nodejs side we need
1. Export basic profile collection data (cpu, heap), for people that want to add
2. Maybe export a middleware for popular frameworks? Not entire sure how much work would be to support most popular frameworks, but worst case scenario people can implement themselves (using 1)
3. Maybe follow go's pprof (https://pkg.go.dev/net/http/pprof) example and create a server ourselves? We could use a simple http server https://nodejs.org/en/knowledge/HTTP/servers/how-to-create-a-HTTP-server/
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.