Documentation ¶
Overview ¶
Package debugging provides debug-friendly representations of internal data structures
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestSummary ¶
type RequestSummary struct { ByOperation map[string]Stats // contains filtered or unexported fields }
RequestSummary represents a (debug-friendly) aggregated view of requests matching a (client, server, table name, operation) tuple
func Postgres ¶
func Postgres(stats map[postgres.Key]*postgres.RequestStat) []RequestSummary
Postgres returns a debug-friendly representation of map[postgres.Key]postgres.RequestStats
Click to show internal directories.
Click to hide internal directories.