aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/metrics
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-02-16runtime/metrics: update documentation to current interfaceBranden J Brown
2021-02-09runtime/metrics: fix a couple of documentation typposIan Lance Taylor
2021-02-08runtime/metrics: fix panic in readingAllMetric exampleChangkun Ou
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
2021-01-08runtime,runtime/metrics: use explicit histogram boundariesMichael Anthony Knyszek
2021-01-06runtime/metrics: fix panic message for Float64HistogramMichael Anthony Knyszek
2020-12-21runtime/metrics: add Read examplesMichael Anthony Knyszek
2020-12-10runtime/metrics: add a note about floating-point values to package docsMichael Anthony Knyszek
2020-12-10runtime/metrics: expand Read documention with caveatsMichael Anthony Knyszek
2020-12-10runtime/metrics: add ordering line to supported metrics docsMichael Anthony Knyszek
2020-12-09runtime/metrics: simplify test to support more environmentsDmitri Shuralyov
2020-11-23runtime/metrics: tweak wording of stack and unused memory metricsMichael Anthony Knyszek
2020-11-19runtime/metrics: clarify Read's documentationMichael 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