Store stores the given samples in the remote storage.
(ctx context.Context, req []byte, retryAttempt int)
| 409 | type WriteClient interface { |
| 410 | // Store stores the given samples in the remote storage. |
| 411 | Store(ctx context.Context, req []byte, retryAttempt int) (WriteResponseStats, error) |
| 412 | // Name uniquely identifies the remote storage. |
| 413 | Name() string |
| 414 | // Endpoint is the remote read or write endpoint for the storage client. |
no outgoing calls