27 Commits (a565833998c71517594187befe8a6837520eb4b0)

Author SHA1 Message Date
Brad Fitzpatrick bd2a2d53d3 all: use Go 1.26 things, run most gofix modernizers 1 month ago
Will Norris 3ec5be3f51 all: remove AUTHORS file and references to it 3 months ago
Anton Tolchanov 58042e2de3 metrics: add a NewSet and Set.NewLabelMap helpers 3 months ago
Anton Tolchanov 17b0c7bfb3 metrics: add a NewLabelMap helper to create and register label maps 3 months ago
Brad Fitzpatrick 99b06eac49 syncs: add Mutex/RWMutex alias/wrappers for future mutex debugging 5 months ago
James Tucker 68b12a74ed metrics,syncs: add ShardedInt support to metrics.LabelMap 1 year ago
Andrew Dunham 717d589149 metrics: revert changes to MultiLabelMap's String method 2 years ago
Kristoffer Dalby 0e0e53d3b3 util/usermetrics: make usermetrics non-global 2 years ago
Kristoffer Dalby a2c42d3cd4 usermetric: add initial user-facing metrics 2 years ago
Brad Fitzpatrick 7c1d6e35a5 all: use Go 1.22 range-over-int 2 years ago
Brad Fitzpatrick 9699bb0a20 metrics: fix outdated docs on MultiLabelMap 2 years ago
Brad Fitzpatrick 55baf9474f metrics, tsweb/varz: add multi-label map metrics 2 years ago
Maisem Ali 18b2638b07 metrics: add missing comma in histogram JSON export 3 years ago
Brad Fitzpatrick e8551d6b40 all: use Go 1.21 slices, maps instead of x/exp/{slices,maps} 3 years ago
Maisem Ali 3304819739 metrics: add histogram support 3 years ago
Brad Fitzpatrick 4d94d72fba metrics: add LabelMap.GetIncrFunc 3 years ago
Maisem Ali a7eab788e4 metrics: add SetInt64 to ease using LabelMap for gauge metrics 3 years ago
Will Norris 71029cea2d all: update copyright and license headers 3 years ago
Brad Fitzpatrick db2cc393af util/dirwalk, metrics, portlist: add new package for fast directory walking 3 years ago
Brad Fitzpatrick da8def8e13 all: remove old +build tags 4 years ago
Josh Bleecher Snyder 94fb42d4b2 all: use testingutil.MinAllocsPerRun 5 years ago
Brad Fitzpatrick d1cb7a2639 metrics: use SYS_OPENAT 5 years ago
Brad Fitzpatrick 99a1c74a6a metrics: optimize CurrentFDs to not allocate on Linux 5 years ago
Brad Fitzpatrick fc160f80ee metrics: move currentFDs code to the metrics package 5 years ago
Brad Fitzpatrick f267a7396f metrics: add LabelMap.GetFloat 6 years ago
David Anderson f192c05413 metrics: add a LabelMap type for variables with 1 label dimension. 6 years ago
Brad Fitzpatrick e371520cc5 tsweb, derp: add expvar http.Handler for Prometheus's format 6 years ago