summaryrefslogtreecommitdiffhomepage
path: root/prober/prober_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-02-25prober: fix race condition in TestExcludeInRunAll (#18807)Mike O'Driscoll1-3/+8
2026-02-11prober: export a metric with the number of in-flight probesAnton Tolchanov1-2/+17
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-09-07prober: include current probe results in run-probe text responseAnton Tolchanov1-5/+7
2025-08-19prober: update runall handler to be generic (#16895)Mike O'Driscoll1-1/+68
2025-08-16cmd/derpprobe,prober: add run all probes handler (#16875)Mike O'Driscoll1-0/+118
2025-05-20prober: update header check test (#15993)Mike O'Driscoll1-10/+29
2025-05-16prober: correct content-type response (#15989)Mike O'Driscoll1-0/+3
2025-01-30prober: support multiple probes running concurrentlyAnton Tolchanov1-1/+71
2024-12-19cmd/derpprobe,prober: add ability to perform continuous queuing delay measure...Percy Wegmann1-8/+9
2024-08-06prober: support JSON response in RunHandlerAnton Tolchanov1-0/+85
2024-08-06prober: add an HTTP endpoint for triggering a probeAnton Tolchanov1-0/+169
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2024-04-08prober: export probe class and metrics from bandwidth proberAnton Tolchanov1-23/+23
2023-04-11prober: migrate to Prometheus metric libraryAnton Tolchanov1-104/+46
2023-03-22prober: only record latency for successful probesAnton Tolchanov1-8/+6
2023-01-31cmd/derpprobe: migrate to the prober frameworkAnton Tolchanov1-5/+31
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-02prober: fix test flakeAndrew Dunham1-1/+31
2022-10-21prober: optionally spread probes over timeAnton Tolchanov1-7/+64
2022-08-04syncs, all: move to using Go's new atomic types instead of oursBrad Fitzpatrick1-7/+7
2022-03-22prober: support adding key/value labels to probes. (#4250)Dave Anderson1-56/+112
2022-03-21prober: refactor probe state into a Probe struct.David Anderson1-3/+3
2022-03-19prober: run all probes once on initial registration.David Anderson1-7/+8
2022-03-19prober: library to build healthchecking probers.David Anderson1-0/+293