We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime.NumCgoCall() returns a monotonic number which never goes down so I guess it should be a Counter.
runtime.NumCgoCall()
a587520 changed process.runtime.go.cgo.calls from Counter to UpDownCounter without providing a reason. Perhaps it was a typo?
The text was updated successfully, but these errors were encountered:
Agreed. I want to retire the library producing this metric, however, see #2643 and plan on discussing this topic in the 9/8 Go SIG call.
Sorry, something went wrong.
i have a question concerning this:
Has the library been retired @jmacd ? If not, I would like to work on this issue @MrAlias
This appears to be stale. The runtime package was updated in #5780 and no longer contains this metric.
No branches or pull requests
runtime.NumCgoCall()
returns a monotonic number which never goes down so I guess it should be a Counter.a587520 changed process.runtime.go.cgo.calls from Counter to UpDownCounter without providing a reason. Perhaps it was a typo?
The text was updated successfully, but these errors were encountered: