Discover Packages
github.com/tailscale/pkgsitelib
pkg
middleware
stats
package
Version:
v0.0.0-...-9e89dfb
Opens a new window with list of versions in this module.
Published: Jun 24, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Elapsed records as a stat the elapsed time for a
function execution. Invoke like so:
defer Elapsed(ctx, "FunctionName")()
The resulting stat will be called "FunctionName ms" and will
be the wall-clock execution time of the function in milliseconds.
Stats returns a Middleware that, instead of serving the page,
serves statistics about the page.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.