mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-15 01:54:06 -08:00
Add some godocs to ManagerOptions
This commit is contained in:
parent
6ffb81244f
commit
42a7f1e210
|
@ -907,10 +907,11 @@ type ContextFunc func(g *Group) context.Context
|
|||
|
||||
// ManagerOptions bundles options for the Manager.
|
||||
type ManagerOptions struct {
|
||||
ExternalURL *url.URL
|
||||
QueryFunc QueryFunc
|
||||
NotifyFunc NotifyFunc
|
||||
Context context.Context
|
||||
ExternalURL *url.URL
|
||||
QueryFunc QueryFunc
|
||||
NotifyFunc NotifyFunc
|
||||
Context context.Context
|
||||
// FederatedContextFunc will be called to obtain a context when evaluating rules with non-empty SourceTenants
|
||||
FederatedContextFunc ContextFunc
|
||||
Appendable storage.Appendable
|
||||
Queryable storage.Queryable
|
||||
|
|
Loading…
Reference in a new issue