summaryrefslogtreecommitdiffhomepage
path: root/prober/prober.go
AgeCommit message (Expand)AuthorFilesLines
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick1-6/+2
2026-02-11prober: export a metric with the number of in-flight probesAnton Tolchanov1-0/+7
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-18all: rename variables with lowercase-l/uppercase-IAlex Chan1-17/+17
2025-09-28util/backoff: rename logtail/backoff package to util/backoffBrad Fitzpatrick1-1/+1
2025-09-07prober: include current probe results in run-probe text responseAnton Tolchanov1-3/+3
2025-08-19prober: update runall handler to be generic (#16895)Mike O'Driscoll1-1/+4
2025-08-16cmd/derpprobe,prober: add run all probes handler (#16875)Mike O'Driscoll1-1/+63
2025-05-16prober: correct content-type response (#15989)Mike O'Driscoll1-1/+1
2025-03-25prober: add address family label for udp metrics (#15413)Mike O'Driscoll1-0/+4
2025-01-30prober: support multiple probes running concurrentlyAnton Tolchanov1-14/+34
2024-12-19cmd/derpprobe,prober: add ability to perform continuous queuing delay measure...Percy Wegmann1-8/+56
2024-08-08prober: make status page more clearAnton Tolchanov1-1/+2
2024-08-06prober: support JSON response in RunHandlerAnton Tolchanov1-2/+34
2024-08-06prober: add an HTTP endpoint for triggering a probeAnton Tolchanov1-40/+142
2024-04-08prober: export probe class and metrics from bandwidth proberAnton Tolchanov1-18/+69
2024-03-13prober: export probe counters and cumulative latencyAnton Tolchanov1-1/+18
2023-04-11prober: migrate to Prometheus metric libraryAnton Tolchanov1-94/+75
2023-03-22prober: only record latency for successful probesAnton Tolchanov1-12/+19
2023-01-31cmd/derpprobe: migrate to the prober frameworkAnton Tolchanov1-13/+64
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-10-21prober: optionally spread probes over timeAnton Tolchanov1-14/+50
2022-09-29all: fix spelling mistakesJosh Soref1-1/+1
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick1-7/+7
2022-03-22prober: support adding key/value labels to probes. (#4250)Dave Anderson1-63/+133
2022-03-21prober: refactor probe state into a Probe struct.David Anderson1-85/+90
2022-03-21prober: rename Probe to ProbeFunc.David Anderson1-5/+5
2022-03-19prober: run all probes once on initial registration.David Anderson1-0/+2
2022-03-19prober: library to build healthchecking probers.David Anderson1-0/+235