MCPcopy
hub / github.com/prometheus/prometheus / NopWriteClient

Struct NopWriteClient

storage/remote/queue_manager_test.go:1267–1267  ·  view source on GitHub ↗

For benchmarking the send and not the receive side.

Source from the content-addressed store, hash-verified

1265
1266// For benchmarking the send and not the receive side.
1267type NopWriteClient struct{}
1268
1269func NewNopWriteClient() *NopWriteClient { return &NopWriteClient{} }
1270func (*NopWriteClient) Store(context.Context, []byte, int) (WriteResponseStats, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected