Commit 3d5e18d
committed
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 <xieyuschen@gmail.com>1 parent 8dfb355 commit 3d5e18d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments