tulip / oplogtoredis

Publish MongoDB oplog entries to Redis
Apache License 2.0
38 stars 9 forks source link

Add pprof endpoints #57

Closed torywheelwright closed 5 months ago

torywheelwright commented 5 months ago

Update oplogtoredis to serve the standard net/http/pprof routes from its existing HTTP server. You can try it out by running go tool pprof http://<host and port for oplogtoredis>.

adamtajti commented 5 months ago

You may want to bump the version though in the *.nix file at the root, so that a new docker image gets built.