aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/metrics.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-04-14runtime: move next_gc and last_next_gc into gcControllerStateMichael Anthony Knyszek
2021-02-24docs: fix spellingJohn Bampton
2021-01-08runtime/metrics: change unit on *-by-size metrics to match bucket unitMichael Anthony Knyszek
2021-01-08runtime,runtime/metrics: use explicit histogram boundariesMichael Anthony Knyszek
2020-12-23runtime: shift timeHistogram buckets and allow negative durationsMichael Anthony Knyszek
2020-12-23runtime: fix allocs-by-size and frees-by-size bucketsMichael 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: add timeHistogram typeMichael 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