Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AdminOption ¶ added in v0.15.6
AdminOption is an additional option to apply to the aggregator server.
type RunOptions ¶
type RunOptions struct { // Config is the aggregator configuration. Config config.Configuration // AdminOptions are additional options to apply to the aggregator server. AdminOptions []AdminOption // CustomBuildTags are additional tags to be added to the instrument build // reporter. CustomBuildTags map[string]string // InterruptCh is a programmatic interrupt channel to supply to // interrupt and shutdown the server. InterruptCh <-chan error // ShutdownCh is an optional channel to supply if interested in receiving // a notification that the server has shutdown. ShutdownCh chan<- struct{} }
RunOptions are the server options for running the aggregator server.
Click to show internal directories.
Click to hide internal directories.