mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -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.
|
// ManagerOptions bundles options for the Manager.
|
||||||
type ManagerOptions struct {
|
type ManagerOptions struct {
|
||||||
ExternalURL *url.URL
|
ExternalURL *url.URL
|
||||||
QueryFunc QueryFunc
|
QueryFunc QueryFunc
|
||||||
NotifyFunc NotifyFunc
|
NotifyFunc NotifyFunc
|
||||||
Context context.Context
|
Context context.Context
|
||||||
|
// FederatedContextFunc will be called to obtain a context when evaluating rules with non-empty SourceTenants
|
||||||
FederatedContextFunc ContextFunc
|
FederatedContextFunc ContextFunc
|
||||||
Appendable storage.Appendable
|
Appendable storage.Appendable
|
||||||
Queryable storage.Queryable
|
Queryable storage.Queryable
|
||||||
|
|
Loading…
Reference in a new issue