aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/metrics/doc.go
AgeCommit message (Expand)Author
2021-04-29runtime/metrics: add additional allocation metricsMichael Anthony Knyszek
2021-04-27runtime/metrics: add tiny allocs metricMichael Anthony Knyszek
2021-04-23runtime,runtime/metrics: add metric to track scheduling latenciesMichael Pratt
2021-02-16runtime/metrics: update documentation to current interfaceBranden J Brown
2021-02-09runtime/metrics: fix a couple of documentation typposIan Lance Taylor
2021-01-08runtime/metrics: change unit on *-by-size metrics to match bucket unitMichael Anthony Knyszek
2020-12-10runtime/metrics: add a note about floating-point values to package docsMichael Anthony Knyszek
2020-12-10runtime/metrics: add ordering line to supported metrics docsMichael Anthony Knyszek
2020-11-23runtime/metrics: tweak wording of stack and unused memory metricsMichael Anthony Knyszek
2020-11-19runtime/metrics: clarify memory and GC metrics documentationMichael Anthony Knyszek
2020-10-26runtime,runtime/metrics: export goroutine count as a metricMichael Anthony Knyszek
2020-10-26runtime,runtime/metrics: add metric for distribution of GC pausesMichael Anthony Knyszek
2020-10-26runtime,runtime/metrics: add object size distribution metricsMichael Anthony Knyszek
2020-10-26runtime,runtime/metrics: add heap goal and GC cycle metricsMichael Anthony Knyszek
2020-10-26runtime,runtime/metrics: add heap object count metricMichael Anthony Knyszek
2020-10-26runtime,runtime/metrics: add memory metricsMichael Anthony Knyszek
2020-10-26runtime/metrics: add package interfaceMichael Anthony Knyszek