tailscale/prober
Percy Wegmann 5095efd628 prober: make histogram buckets cumulative
Histogram buckets should include counts for all values under the bucket ceiling,
not just those between the ceiling and the next lower ceiling.

See https://prometheus.io/docs/tutorials/understanding_metric_types/\#histogram

Updates tailscale/corp#24522

Signed-off-by: Percy Wegmann <percy@tailscale.com>
2024-12-20 10:28:37 -06:00
..
derp_test.go cmd/derpprobe,prober: add ability to restrict derpprobe to a single region 2024-11-15 13:42:58 -06:00
derp.go cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers 2024-12-19 10:45:56 -06: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 cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers 2024-12-19 10:45:56 -06:00
prober.go cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers 2024-12-19 10:45:56 -06: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: add TLS probe constructor to split dial addr from cert name 2024-02-19 09:03:13 -08:00
tls.go prober: export probe class and metrics from bandwidth prober 2024-04-08 12:02:58 +01: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