Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ removeRegistryForUser
Method
removeRegistryForUser
pkg/ingester/metrics.go:797–799 ·
view source on GitHub ↗
(userID string)
Source
from the content-addressed store, hash-verified
795
}
796
797
func
(sm *tsdbMetrics) removeRegistryForUser(userID string) {
798
sm.regs.RemoveUserRegistry(userID, false)
799
}
Callers
2
TestTSDBMetricsWithRemoval
Function · 0.80
closeAndDeleteUserTSDBIfIdle
Method · 0.80
Calls
1
RemoveUserRegistry
Method · 0.45
Tested by
1
TestTSDBMetricsWithRemoval
Function · 0.64