You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prometheus/collectors: use godoc link for runtime/metrics supported metrics
This pr replaces the link from src/runtime/metrics/description.go to
runtime/metrics package docs. The change is reasonable as:
- go doc has integrated go version switch, but old link cannot change it
via web ui.
- the package docs is sufficient to show all provided metrics from
runtime, we don't need to see code even it's not complex.
Signed-off-by: xieyuschen <[email protected]>
0 commit comments