summaryrefslogtreecommitdiffhomepage
path: root/metrics
AgeCommit message (Expand)AuthorFilesLines
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick1-4/+4
2026-01-23all: remove AUTHORS file and references to itWill Norris6-6/+6
2026-01-13metrics: add a NewSet and Set.NewLabelMap helpersAnton Tolchanov1-0/+15
2026-01-13metrics: add a NewLabelMap helper to create and register label mapsAnton Tolchanov1-0/+8
2025-11-16syncs: add Mutex/RWMutex alias/wrappers for future mutex debuggingBrad Fitzpatrick1-2/+1
2024-12-23metrics,syncs: add ShardedInt support to metrics.LabelMapJames Tucker2-0/+44
2024-09-25metrics: revert changes to MultiLabelMap's String methodAndrew Dunham2-6/+21
2024-09-25util/usermetrics: make usermetrics non-globalKristoffer Dalby1-1/+19
2024-08-27usermetric: add initial user-facing metricsKristoffer Dalby2-7/+39
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick2-3/+3
2024-04-04metrics: fix outdated docs on MultiLabelMapBrad Fitzpatrick1-1/+3
2024-03-26metrics, tsweb/varz: add multi-label map metricsBrad Fitzpatrick2-0/+380
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