index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
metrics
/
description.go
Age
Commit message (
Expand
)
Author
2025-08-22
runtime/metrics: improve doc
Qingwei Li@WSL
2025-08-15
runtime/metrics: add metric for current Go-owned thread count
Michael Anthony Knyszek
2025-08-15
runtime/metrics: add metric for total goroutines created
Michael Anthony Knyszek
2025-08-15
runtime/metrics: add metrics for goroutine sched states
Michael Anthony Knyszek
2025-07-30
runtime/metrics: add cleanup and finalizer queue metrics
Michael Anthony Knyszek
2023-12-06
runtime/metrics: document runtime-internal locks in /sync/mutex/wait/total:se...
Michael Pratt
2023-11-15
runtime/metrics: add STW stopping and total time metrics
Michael Pratt
2023-07-05
runtime,runtime/metrics: clarify OS stack metrics
Michael Anthony Knyszek
2023-05-23
runtime/metrics: refactor CPU stats accumulation
Michael Anthony Knyszek
2023-05-23
runtime/metrics: add /gc/scan/total:bytes
Felix Geisendörfer
2023-05-23
runtime/metrics: add /gc/scan/heap:bytes
Felix Geisendörfer
2023-05-23
runtime/metrics: add /gc/scan/globals:bytes
Felix Geisendörfer
2023-05-23
runtime/metrics: add /gc/scan/stack:bytes
Felix Geisendörfer
2023-05-23
runtime/metrics: add /gc/gogc:percent
Felix Geisendörfer
2023-05-23
runtime/metrics: add /gc/gomemlimit:bytes
Felix Geisendörfer
2023-05-23
runtime/metrics: add /gc/heap/live:bytes
Felix Geisendörfer
2023-04-27
all: remove repeated definite articles
cui fliter
2023-04-25
runtime/metrics: specify that bucket counts increase monotonically for histog...
Nayef Ghattas
2023-04-24
runtime/metrics: set /sched/latencies:seconds as cumulative
Nayef Ghattas
2023-04-18
cmd/go: add check for unknown godebug setting
Russ Cox
2023-04-04
html/template: disallow actions in JS template literals
Roland Shoemaker
2023-04-04
mime/multipart: limit parsed mime message sizes
Damien Neil
2023-01-19
internal/godebug: export non-default-behavior counters in runtime/metrics
Russ Cox
2022-09-16
runtime/metrics: add /sync/mutex/wait/total:seconds metric
Michael Anthony Knyszek
2022-09-16
runtime/metrics: add CPU stats
Michael Anthony Knyszek
2022-05-13
runtime/metrics: add the last GC cycle that had the limiter enabled
Michael Anthony Knyszek
2022-05-13
runtime/metrics: add the number of Go-to-C calls
Michael Anthony Knyszek
2022-05-13
runtime/metrics: add gomaxprocs metric
Michael Anthony Knyszek
2022-05-12
runtime: measure stack usage; start stacks larger if needed
Keith Randall
2021-04-29
runtime/metrics: add additional allocation metrics
Michael Anthony Knyszek
2021-04-27
runtime/metrics: add tiny allocs metric
Michael Anthony Knyszek
2021-04-23
runtime,runtime/metrics: add metric to track scheduling latencies
Michael Pratt
2021-01-08
runtime/metrics: mark histogram metrics as cumulative
Michael Anthony Knyszek
2021-01-08
runtime/metrics: remove unused StopTheWorld Description field
Michael Anthony Knyszek
2021-01-08
runtime/metrics: change unit on *-by-size metrics to match bucket unit
Michael Anthony Knyszek
2020-11-23
runtime/metrics: tweak wording of stack and unused memory metrics
Michael Anthony Knyszek
2020-11-19
runtime/metrics: clarify memory and GC metrics documentation
Michael Anthony Knyszek
2020-10-26
runtime,runtime/metrics: export goroutine count as a metric
Michael Anthony Knyszek
2020-10-26
runtime,runtime/metrics: add metric for distribution of GC pauses
Michael Anthony Knyszek
2020-10-26
runtime,runtime/metrics: add object size distribution metrics
Michael Anthony Knyszek
2020-10-26
runtime,runtime/metrics: add heap goal and GC cycle metrics
Michael Anthony Knyszek
2020-10-26
runtime,runtime/metrics: add heap object count metric
Michael Anthony Knyszek
2020-10-26
runtime,runtime/metrics: add memory metrics
Michael Anthony Knyszek
2020-10-26
runtime/metrics: add package interface
Michael Anthony Knyszek