Documentation ¶
Overview ¶
Package logz provides an infrastructure to expose a list of entries as a sortable table on a webpage.
It is used by many internal vttablet pages e.g. /queryz, /querylogz, /schemaz /livequeryz or /txlogz.
See tabletserver/querylogz.go for an example how to use it.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EndHTMLTable ¶
func EndHTMLTable(w http.ResponseWriter)
EndHTMLTable writes the end of a logz-style table to an HTTP response.
func StartHTMLTable ¶
func StartHTMLTable(w http.ResponseWriter)
StartHTMLTable writes the start of a logz-style table to an HTTP response.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.