aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/metrics/description.go
AgeCommit message (Expand)Author
2025-08-22runtime/metrics: improve docQingwei Li@WSL
2025-08-15runtime/metrics: add metric for current Go-owned thread countMichael Anthony Knyszek
2025-08-15runtime/metrics: add metric for total goroutines createdMichael Anthony Knyszek
2025-08-15runtime/metrics: add metrics for goroutine sched statesMichael Anthony Knyszek
2025-07-30runtime/metrics: add cleanup and finalizer queue metricsMichael Anthony Knyszek
2023-12-06runtime/metrics: document runtime-internal locks in /sync/mutex/wait/total:se...Michael Pratt
2023-11-15runtime/metrics: add STW stopping and total time metricsMichael Pratt
2023-07-05runtime,runtime/metrics: clarify OS stack metricsMichael Anthony Knyszek
2023-05-23runtime/metrics: refactor CPU stats accumulationMichael Anthony Knyszek
2023-05-23runtime/metrics: add /gc/scan/total:bytesFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/scan/heap:bytesFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/scan/globals:bytesFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/scan/stack:bytesFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/gogc:percentFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/gomemlimit:bytesFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/heap/live:bytesFelix Geisendörfer
2023-04-27all: remove repeated definite articlescui fliter
2023-04-25runtime/metrics: specify that bucket counts increase monotonically for histog...Nayef Ghattas
2023-04-24runtime/metrics: set /sched/latencies:seconds as cumulativeNayef Ghattas
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox
2023-04-04html/template: disallow actions in JS template literalsRoland Shoemaker
2023-04-04mime/multipart: limit parsed mime message sizesDamien Neil
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2022-09-16runtime/metrics: add /sync/mutex/wait/total:seconds metricMichael Anthony Knyszek
2022-09-16runtime/metrics: add CPU statsMichael Anthony Knyszek
2022-05-13runtime/metrics: add the last GC cycle that had the limiter enabledMichael Anthony Knyszek
2022-05-13runtime/metrics: add the number of Go-to-C callsMichael Anthony Knyszek
2022-05-13runtime/metrics: add gomaxprocs metricMichael Anthony Knyszek
2022-05-12runtime: measure stack usage; start stacks larger if neededKeith Randall
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