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

Function LoggingHeaderKeysToString

pkg/util/requestmeta/logging_headers.go:13–15  ·  view source on GitHub ↗
(targetHeaders []string)

Source from the content-addressed store, hash-verified

11)
12
13func LoggingHeaderKeysToString(targetHeaders []string) string {
14 return strings.Join(targetHeaders, loggingHeadersDelimiter)
15}
16
17func LoggingHeaderKeysFromString(headerKeysString string) []string {
18 return strings.Split(headerKeysString, loggingHeadersDelimiter)

Callers 1

injectRequestContextMethod · 0.92

Calls 1

JoinMethod · 0.80

Tested by

no test coverage detected