Documentation
¶
Index ¶
Constants ¶
View Source
const ( REMOTE_READ_SAMPLE_LIMIT = 20000000 REMOTE_READ_CONCURRENCY_LIMIT = 50 REMOTE_READ_MAX_BYTES_IN_FRAME = 1048576 // 1MB recommended by protobuf )
Variables ¶
This section is empty.
Functions ¶
func NewPromHTTPClient ¶
Types ¶
type PromAPI ¶
type PromAPI struct {
// contains filtered or unexported fields
}
func (*PromAPI) RouterForStorage ¶
type RulesAPI ¶
type RulesAPI struct {
// contains filtered or unexported fields
}
func NewRulesAPI ¶
func NewRulesAPI(ruleManager rules.RuleManager, log *logger.Logger) *RulesAPI
Click to show internal directories.
Click to hide internal directories.