summaryrefslogtreecommitdiffhomepage
path: root/prober/derp.go
AgeCommit message (Expand)AuthorFilesLines
2026-03-06prober: fix queuing delay probe txRecords overflow under high DERP server loa...Mike O'Driscoll1-10/+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-14/+14
2025-09-18prober: allow custom tls.Config for TLS probes (#17186)Andrew Lytvynov1-2/+3
2025-06-13prober: record DERP dropped packets as they occurJames Tucker1-0/+20
2025-06-10cmd/{derp,derpprobe},prober,derp: add mesh support to derpprobe (#15414)Mike O'Driscoll1-17/+25
2025-03-25prober: add address family label for udp metrics (#15413)Mike O'Driscoll1-1/+13
2025-02-05all: use new LocalAPI client package locationBrad Fitzpatrick1-2/+2
2025-01-21prober: fix nil pointer access in tcp-in-tcp probesPercy Wegmann1-0/+2
2025-01-15prober: remove DERP pub key copying overheads in qd and non-tun measures (#14...Jordan Whited1-6/+10
2025-01-15prober: remove per-packet DERP pub key copying overheads (#14658)Jordan Whited1-2/+4
2025-01-13prober: record total bytes transferred in DERP bandwidth probesPercy Wegmann1-8/+14
2025-01-10prober: support filtering regions by region ID in addition to codePercy Wegmann1-7/+7
2025-01-09prober: record total bytes transferred in DERP bandwidth probesPercy Wegmann1-0/+1
2025-01-08prober: clone histogram buckets before handing to Prometheus for derp_qd_prob...Percy Wegmann1-1/+2
2024-12-19cmd/derpprobe,prober: add ability to perform continuous queuing delay measure...Percy Wegmann1-3/+219
2024-12-16prober: fix WithBandwidthProbing behavior with optional tunAddressBrad Fitzpatrick1-6/+8
2024-12-13prober: perform DERP bandwidth probes over TUN device to mimic real clientPercy Wegmann1-15/+308
2024-12-10prober,derp/derphttp: make dev-mode DERP probes work without TLS (#14347)Mario Minardi1-12/+16
2024-11-15cmd/derpprobe,prober: add ability to restrict derpprobe to a single regionPercy Wegmann1-0/+23
2024-07-09prober: propagate DERPMap request creation errorsAnton Tolchanov1-1/+1
2024-06-06cmd/derpprobe: support 'local' derpmap to get derp map via LocalAPIBrad Fitzpatrick1-22/+37
2024-05-15prober: plumb a now-required netmon to derphttpBrad Fitzpatrick1-1/+2
2024-04-08prober: export probe class and metrics from bandwidth proberAnton Tolchanov1-38/+68
2024-03-13prober: add a DERP bandwidth probeAnton Tolchanov1-84/+252
2024-03-13prober: remove unused derp prober latency measurementsAnton Tolchanov1-33/+24
2023-11-07Add support for custom DERP port in TLS proberThomas Kosiewski1-1/+7
2023-06-21prober: fix data race when altering derpmap (#8397)valscale1-2/+3
2023-06-20prober: allow monitoring of nodes marked as STUN only in default derpmap (#8391)valscale1-0/+2
2023-04-20all: avoid repeated default interface lookupsMihai Parparita1-1/+1
2023-04-17various: add golangci-lint, fix issues (#7905)Andrew Dunham1-1/+1
2023-03-20prober: log client pubkeys on derp mesh probe failuresAnton Tolchanov1-0/+11
2023-01-31cmd/derpprobe: migrate to the prober frameworkAnton Tolchanov1-1/+9
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-10-20prober: add a DERP probe manager based on derpprobeAnton Tolchanov1-0/+392