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

Method getLogger

pkg/compactor/visit_marker.go:153–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151}
152
153func (v *VisitMarkerManager) getLogger() log.Logger {
154 return log.With(v.logger, "visit_marker", v.visitMarker.String())
155}

Callers 4

HeartBeatMethod · 0.95
MarkWithStatusMethod · 0.95
DeleteVisitMarkerMethod · 0.95
ReadVisitMarkerMethod · 0.95

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected