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 }
RunOptions are the server options for running the aggregator server.
Click to show internal directories.
Click to hide internal directories.