/pprof-example-app-node

Node app that exposes pprof profiling endpoints via HTTP.

Primary LanguageJavaScriptMIT LicenseMIT

NodeJS pprof example

This repository demonstrates examples of how nodejs applications can be instrumented with pprof.

There are two examples:

Deploy on Kubernetes

kubectl run pprof-example-app-node --image=quay.io/polarsignals/pprof-example-app-node:v0.0.1 --port=3000