package
0.37.2
Repository: https://github.com/thanos-io/thanos.git
Documentation: pkg.go.dev

# Packages

# Functions

NewInfoServer creates a new server instance for given component and with the specified options.
RegisterInfoServer registers the info server.
WithExemplarsInfoFunc determines the function that should be executed to obtain the exemplars information.
WithLabelSetFunc determines the function that should be executed to obtain the label set information.
WithTargetsInfoFunc determines the function that should be executed to obtain the targets information.
WithQueryAPIInfoFunc determines the function that should be executed to obtain the query information.
WithRulesInfoFunc determines the function that should be executed to obtain the rules information.
WithStoreInfoFunc determines the function that should be executed to obtain the store information.
WithTargetsInfoFunc determines the function that should be executed to obtain the targets information.

# Structs

InfoServer implements the corresponding protobuf interface to provide information on which APIs are exposed by the given component.

# Type aliases

ServerOptionFunc represents a functional option to configure info server.