Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestSummary ¶
type RequestSummary struct { Client Address Server Address DNS string Path string Method string ByStatus map[int]Stats }
RequestSummary represents a (debug-friendly) aggregated view of requests matching a (client, server, path, method) tuple
func HTTP ¶
func HTTP(stats map[http.Key]http.RequestStats, dns map[util.Address][]string) []RequestSummary
HTTP returns a debug-friendly representation of map[http.Key]http.RequestStats
Click to show internal directories.
Click to hide internal directories.