MCPcopy Create free account
hub / github.com/cortexproject/cortex / getSyncRingOp

Function getSyncRingOp

pkg/alertmanager/alertmanager_ring.go:60–65  ·  view source on GitHub ↗
(disableExtension bool)

Source from the content-addressed store, hash-verified

58}
59
60func getSyncRingOp(disableExtension bool) ring.Operation {
61 if disableExtension {
62 return SyncRingOpNoExtension
63 }
64 return SyncRingOp
65}
66
67// RingConfig masks the ring lifecycler config which contains
68// many options not really required by the alertmanager ring. This config

Callers 1

isUserOwnedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected