tailscale/prober
Anton Tolchanov ed6aa50bd5
Some checks failed
checklocks / checklocks (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
Dockerfile build / deploy (push) Has been cancelled
CI / gomod-cache (push) Has been cancelled
CI / fuzz (push) Has been cancelled
CI / race-root-integration (1/4) (push) Has been cancelled
CI / race-root-integration (2/4) (push) Has been cancelled
CI / race-root-integration (3/4) (push) Has been cancelled
CI / race-root-integration (4/4) (push) Has been cancelled
CI / test (-race, amd64, 1/3) (push) Has been cancelled
CI / test (-race, amd64, 2/3) (push) Has been cancelled
CI / test (-race, amd64, 3/3) (push) Has been cancelled
CI / test (386) (push) Has been cancelled
CI / test (amd64) (push) Has been cancelled
CI / Windows (${{ matrix.name || matrix.shard}}) (win-bench, benchmarks) (push) Has been cancelled
CI / Windows (${{ matrix.name || matrix.shard}}) (win-shard-1-2, 1/2) (push) Has been cancelled
CI / Windows (${{ matrix.name || matrix.shard}}) (win-shard-2-2, 2/2) (push) Has been cancelled
CI / Windows (${{ matrix.name || matrix.shard}}) (win-tool-go, ./tool/go) (push) Has been cancelled
CI / privileged (push) Has been cancelled
CI / vm (push) Has been cancelled
CI / cross (386, linux) (push) Has been cancelled
CI / cross (amd64, darwin) (push) Has been cancelled
CI / cross (amd64, freebsd) (push) Has been cancelled
CI / cross (amd64, openbsd) (push) Has been cancelled
CI / cross (amd64, windows) (push) Has been cancelled
CI / cross (arm, 5, linux) (push) Has been cancelled
CI / cross (arm, 7, linux) (push) Has been cancelled
CI / cross (arm64, darwin) (push) Has been cancelled
CI / cross (arm64, linux) (push) Has been cancelled
CI / cross (arm64, windows) (push) Has been cancelled
CI / cross (loong64, linux) (push) Has been cancelled
CI / ios (push) Has been cancelled
CI / crossmin (amd64, illumos) (push) Has been cancelled
CI / crossmin (amd64, plan9) (push) Has been cancelled
CI / crossmin (amd64, solaris) (push) Has been cancelled
CI / crossmin (ppc64, aix) (push) Has been cancelled
CI / android (push) Has been cancelled
CI / wasm (push) Has been cancelled
CI / tailscale_go (push) Has been cancelled
CI / depaware (push) Has been cancelled
CI / go_generate (push) Has been cancelled
CI / go_mod_tidy (push) Has been cancelled
CI / licenses (push) Has been cancelled
CI / staticcheck (${{ matrix.name }}) (--with-tags-all=darwin, arm64, darwin, macOS) (push) Has been cancelled
CI / staticcheck (${{ matrix.name }}) (--with-tags-all=linux, amd64, linux, Linux) (push) Has been cancelled
CI / staticcheck (${{ matrix.name }}) (--with-tags-all=windows, amd64, windows, Windows) (push) Has been cancelled
CI / staticcheck (${{ matrix.name }}) (--without-tags-any=windows,darwin,linux --shard=1/4, amd64, linux, Portable (1/4)) (push) Has been cancelled
CI / staticcheck (${{ matrix.name }}) (--without-tags-any=windows,darwin,linux --shard=2/4, amd64, linux, Portable (2/4)) (push) Has been cancelled
CI / staticcheck (${{ matrix.name }}) (--without-tags-any=windows,darwin,linux --shard=3/4, amd64, linux, Portable (3/4)) (push) Has been cancelled
CI / staticcheck (${{ matrix.name }}) (--without-tags-any=windows,darwin,linux --shard=4/4, amd64, linux, Portable (4/4)) (push) Has been cancelled
CI / notify_slack (push) Has been cancelled
CI / merge_blocker (push) Has been cancelled
CI / check_mergeability_strict (push) Has been cancelled
CI / check_mergeability (push) Has been cancelled
prober: include current probe results in run-probe text response
It was a bit confusing that provided history did not include the
current probe results.

Updates tailscale/corp#20583

Signed-off-by: Anton Tolchanov <anton@tailscale.com>
2025-09-07 08:40:53 +01:00
..
derp_test.go prober: support filtering regions by region ID in addition to code 2025-01-10 12:33:19 -06:00
derp.go prober: record DERP dropped packets as they occur 2025-06-13 11:06:21 -07:00
dns_example_test.go prober: export probe class and metrics from bandwidth prober 2024-04-08 12:02:58 +01:00
dns_test.go prober: export probe class and metrics from bandwidth prober 2024-04-08 12:02:58 +01:00
dns.go prober: export probe class and metrics from bandwidth prober 2024-04-08 12:02:58 +01:00
histogram_test.go prober: make histogram buckets cumulative 2024-12-20 10:28:37 -06:00
histogram.go prober: make histogram buckets cumulative 2024-12-20 10:28:37 -06:00
http.go prober: export probe class and metrics from bandwidth prober 2024-04-08 12:02:58 +01:00
prober_test.go prober: include current probe results in run-probe text response 2025-09-07 08:40:53 +01:00
prober.go prober: include current probe results in run-probe text response 2025-09-07 08:40:53 +01:00
status.go cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers 2024-12-19 10:45:56 -06:00
status.html cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers 2024-12-19 10:45:56 -06:00
tcp.go prober: export probe class and metrics from bandwidth prober 2024-04-08 12:02:58 +01:00
tls_test.go prober: speed up TestCRL ~450x by baking in some test keys 2025-06-16 19:47:02 -07:00
tls.go prober: update cert check for prober (#15919) 2025-05-12 10:25:31 -04:00
tun_darwin.go prober: perform DERP bandwidth probes over TUN device to mimic real client 2024-12-13 15:50:47 -06:00
tun_default.go prober: perform DERP bandwidth probes over TUN device to mimic real client 2024-12-13 15:50:47 -06:00
tun_linux.go prober: perform DERP bandwidth probes over TUN device to mimic real client 2024-12-13 15:50:47 -06:00