Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChainloopRegistryManager ¶ added in v0.95.0
type ChainloopRegistryManager struct {
// contains filtered or unexported fields
}
func NewChainloopRegistryManager ¶ added in v0.95.0
func NewChainloopRegistryManager() *ChainloopRegistryManager
func (*ChainloopRegistryManager) AddRegistry ¶ added in v0.95.0
func (rm *ChainloopRegistryManager) AddRegistry(reg *registry.PrometheusRegistry)
AddRegistry adds a registry to the manager
func (*ChainloopRegistryManager) DeleteRegistryByName ¶ added in v0.95.0
func (rm *ChainloopRegistryManager) DeleteRegistryByName(name string)
DeleteRegistryByName deletes a registry by name
func (*ChainloopRegistryManager) GetRegistryByName ¶ added in v0.95.0
func (rm *ChainloopRegistryManager) GetRegistryByName(name string) *registry.PrometheusRegistry
GetRegistryByName returns a registry by name
Click to show internal directories.
Click to hide internal directories.