summaryrefslogtreecommitdiffhomepage
path: root/prober
AgeCommit message (Expand)AuthorFilesLines
2022-08-04syncs, all: move to using Go's new atomic types instead of oursBrad Fitzpatrick1-7/+7
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick1-7/+7
2022-03-26prober: used keyed initializer for LimitedReader.David Anderson1-1/+1
2022-03-22prober: support adding key/value labels to probes. (#4250)Dave Anderson2-119/+245
2022-03-21prober: refactor probe state into a Probe struct.David Anderson2-88/+93
2022-03-21prober: rename Probe to ProbeFunc.David Anderson4-12/+12
2022-03-19prober: run all probes once on initial registration.David Anderson2-7/+10
2022-03-19prober: library to build healthchecking probers.David Anderson5-0/+666