MCPcopy Index your code
hub / github.com/prometheus/prometheus / client

Method client

storage/remote/queue_manager.go:1086–1090  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1084}
1085
1086func (t *QueueManager) client() WriteClient {
1087 t.clientMtx.RLock()
1088 defer t.clientMtx.RUnlock()
1089 return t.storeClient
1090}
1091
1092// processExternalLabels merges externalLabels into b. If b contains
1093// a label in externalLabels, the value in b wins.

Calls

no outgoing calls