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

Function SendLabelValuesStream

pkg/ingester/client/cortex_util.go:21–25  ·  view source on GitHub ↗
(s Ingester_LabelValuesStreamServer, l *LabelValuesStreamResponse)

Source from the content-addressed store, hash-verified

19}
20
21func SendLabelValuesStream(s Ingester_LabelValuesStreamServer, l *LabelValuesStreamResponse) error {
22 return sendWithContextErrChecking(s.Context(), func() error {
23 return s.Send(l)
24 })
25}
26
27func SendLabelNamesStream(s Ingester_LabelNamesStreamServer, l *LabelNamesStreamResponse) error {
28 return sendWithContextErrChecking(s.Context(), func() error {

Callers 2

LabelValuesStreamMethod · 0.92
TestStreamingSendsFunction · 0.85

Calls 3

SendMethod · 0.65
ContextMethod · 0.45

Tested by 1

TestStreamingSendsFunction · 0.68