summaryrefslogtreecommitdiff
path: root/src/runtime/metrics
Commit message (Expand)AuthorAgeFilesLines
* runtime/metrics: add additional allocation metricsMichael Anthony Knyszek2021-04-292-8/+61
* runtime/metrics: add tiny allocs metricMichael Anthony Knyszek2021-04-272-0/+17
* runtime,runtime/metrics: add metric to track scheduling latenciesMichael Pratt2021-04-232-0/+9
* runtime/metrics: update documentation to current interfaceBranden J Brown2021-02-162-4/+2
* runtime/metrics: fix a couple of documentation typposIan Lance Taylor2021-02-093-7/+8
* runtime/metrics: fix panic in readingAllMetric exampleChangkun Ou2021-02-081-1/+1
* runtime/metrics: mark histogram metrics as cumulativeMichael Anthony Knyszek2021-01-081-0/+3
* runtime/metrics: remove unused StopTheWorld Description fieldMichael Anthony Knyszek2021-01-081-4/+0
* runtime/metrics: change unit on *-by-size metrics to match bucket unitMichael Anthony Knyszek2021-01-082-4/+9
* runtime,runtime/metrics: use explicit histogram boundariesMichael Anthony Knyszek2021-01-081-13/+16
* runtime/metrics: fix panic message for Float64HistogramMichael Anthony Knyszek2021-01-061-1/+1
* runtime/metrics: add Read examplesMichael Anthony Knyszek2020-12-211-0/+96
* runtime/metrics: add a note about floating-point values to package docsMichael Anthony Knyszek2020-12-101-0/+6
* runtime/metrics: expand Read documention with caveatsMichael Anthony Knyszek2020-12-101-0/+10
* runtime/metrics: add ordering line to supported metrics docsMichael Anthony Knyszek2020-12-102-1/+3
* runtime/metrics: simplify test to support more environmentsDmitri Shuralyov2020-12-091-13/+3
* runtime/metrics: tweak wording of stack and unused memory metricsMichael Anthony Knyszek2020-11-232-9/+7
* runtime/metrics: clarify Read's documentationMichael Anthony Knyszek2020-11-191-4/+4
* runtime/metrics: clarify memory and GC metrics documentationMichael Anthony Knyszek2020-11-192-20/+32
* runtime,runtime/metrics: export goroutine count as a metricMichael Anthony Knyszek2020-10-262-0/+8
* runtime,runtime/metrics: add metric for distribution of GC pausesMichael Anthony Knyszek2020-10-262-0/+8
* runtime,runtime/metrics: add object size distribution metricsMichael Anthony Knyszek2020-10-262-0/+16
* runtime,runtime/metrics: add heap goal and GC cycle metricsMichael Anthony Knyszek2020-10-262-0/+35
* runtime,runtime/metrics: add heap object count metricMichael Anthony Knyszek2020-10-262-0/+8
* runtime,runtime/metrics: add memory metricsMichael Anthony Knyszek2020-10-264-4/+267
* runtime/metrics: add package interfaceMichael Anthony Knyszek2020-10-265-0/+229