Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyStatusPage ¶
type ProxyStatusPage interface { StatusPage() http.HandlerFunc HealthPage() http.HandlerFunc }
ProxyStatusPage holds status information about the running process that you can expose with an HTTP endpoint
func New ¶
func New(loadedConfig *config.ProxyConfig, statKeepers []stats.Keeper) ProxyStatusPage
New returns a new ProxyStatusPage that will expose the given config and stats from statKeepers
Click to show internal directories.
Click to hide internal directories.