summaryrefslogtreecommitdiffhomepage
path: root/metrics
AgeCommit message (Expand)AuthorFilesLines
2023-09-07metrics: add missing comma in histogram JSON exportMaisem Ali1-2/+2
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick1-2/+1
2023-07-18metrics: add histogram supportMaisem Ali1-1/+97
2023-07-01metrics: add LabelMap.GetIncrFuncBrad Fitzpatrick2-0/+20
2023-02-18metrics: add SetInt64 to ease using LabelMap for gauge metricsMaisem Ali1-0/+5
2023-01-27all: update copyright and license headersWill Norris4-12/+8
2022-11-05util/dirwalk, metrics, portlist: add new package for fast directory walkingBrad Fitzpatrick1-92/+25
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-1/+0
2021-10-28all: use testingutil.MinAllocsPerRunJosh Bleecher Snyder1-4/+6
2021-09-02metrics: use SYS_OPENATBrad Fitzpatrick2-4/+7
2021-09-02metrics: optimize CurrentFDs to not allocate on LinuxBrad Fitzpatrick2-8/+124
2021-09-02metrics: move currentFDs code to the metrics packageBrad Fitzpatrick4-0/+58
2020-07-19metrics: add LabelMap.GetFloatBrad Fitzpatrick1-0/+7
2020-03-04metrics: add a LabelMap type for variables with 1 label dimension.David Anderson1-1/+20
2020-03-03tsweb, derp: add expvar http.Handler for Prometheus's formatBrad Fitzpatrick1-0/+23