summaryrefslogtreecommitdiffhomepage
path: root/util/clientmetric
AgeCommit message (Expand)AuthorFilesLines
2026-04-13all: fix six tests that failed with -count=2Brad Fitzpatrick2-0/+21
2026-04-07ipn/localapi, cli, clientmetric: add ipnbus feature tag; fix omit.go stubBrad Fitzpatrick1-3/+4
2026-01-23all: remove AUTHORS file and references to itWill Norris3-3/+3
2025-12-16client/local: add method to set gauge metric to a valueWill Norris2-0/+21
2025-11-15util/clientmetric: fix regression causing Metric.v to be uninitialisedAvery Palmer1-5/+8
2025-10-02feature/featuretags: make clientmetrics optionalBrad Fitzpatrick2-0/+26
2025-10-02feature/featuretags, all: add build features, use existing ones in more placesBrad Fitzpatrick1-8/+14
2025-01-24util/clientmetric: use counter in aggcounterKristoffer Dalby1-1/+1
2024-10-14wgengine: instrument with usermetricsKristoffer Dalby2-0/+100
2023-04-05util/clientmetric: allow client metric values to be provided by a functionMihai Parparita2-14/+105
2023-01-27all: update copyright and license headersWill Norris2-6/+4
2022-09-29all: fix spelling mistakesJosh Soref1-1/+1
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick1-3/+3
2022-07-11ipn/localapi: add API for uploading client metricsMihai Parparita1-0/+9
2022-05-12util/clientmetric: add gauge_ name prefix when uploading namesMihai Parparita2-8/+15
2022-05-06util/clientmetric: switch to TestHooks struct for test-only functions (#4632)Mihai Parparita1-4/+8
2022-05-06util/clientmetric: add test hooks and ResetLastDelta functionMihai Parparita1-0/+4
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-1/+1
2021-11-22util/clientmetric: add tests omitted from earlier commitBrad Fitzpatrick1-0/+75
2021-11-17util/clientmetric: optimize memory layout for finding updatesBrad Fitzpatrick1-18/+53
2021-11-16util/clientmetric, logtail: log metric changesBrad Fitzpatrick1-10/+146
2021-11-15util/clientmetrics: add new package to add metrics to the clientBrad Fitzpatrick1-0/+135