aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/metrics/description.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-01-08runtime/metrics: mark histogram metrics as cumulativeMichael Anthony Knyszek
2021-01-08runtime/metrics: remove unused StopTheWorld Description fieldMichael Anthony Knyszek
2021-01-08runtime/metrics: change unit on *-by-size metrics to match bucket unitMichael 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