Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

we need to track number of goroutines #1198

Closed
Dieterbe opened this issue Dec 31, 2018 · 1 comment
Closed

we need to track number of goroutines #1198

Dieterbe opened this issue Dec 31, 2018 · 1 comment

Comments

@Dieterbe
Copy link
Contributor

we have evidence of memleaks and it isn't always clear in the heap profile.
another source of memleaks that we haven't explored much, is leaking goroutines.
https://golang.org/pkg/runtime/#NumGoroutine
exposing this as a metric can become useful for this, and also other problems

@stale
Copy link

stale bot commented Apr 4, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 4, 2020
@stale stale bot removed the stale label Apr 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant