Documentation
¶
Overview ¶
Package zpagesextension implements an extension that exposes zPages of properly instrumented components.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
func NewFactory() component.ExtensionFactory
NewFactory creates a factory for Z-Pages extension.
Types ¶
type Config ¶
type Config struct { configmodels.ExtensionSettings `mapstructure:",squash"` // Endpoint is the address and port in which the zPages will be listening to. // Use localhost:<port> to make it available only locally, or ":<port>" to // make it available on all network interfaces. Endpoint string `mapstructure:"endpoint"` }
Config has the configuration for the extension enabling the zPages extension.