Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface {
prometheus.Collector
RegisterCollectors(r Registry) error
}
type RegionsProvider ¶ added in v0.28.1
type RegionsProvider interface {
Regions() []string
}
type Registry ¶
type Registry interface {
prometheus.Registerer
prometheus.Gatherer
prometheus.Collector
}
Click to show internal directories.
Click to hide internal directories.