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
|
@ -911,6 +911,7 @@ type ManagerOptions struct {
|
||||||
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