MCPcopy
hub / github.com/prometheus/prometheus / Name

Method Name

storage/remote/queue_manager.go:413–413  ·  view source on GitHub ↗

Name uniquely identifies the remote storage.

()

Source from the content-addressed store, hash-verified

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.
415 Endpoint() string
416}

Implementers 5

TestWriteClientstorage/remote/queue_manager_test.go
TestBlockingWriteClientstorage/remote/queue_manager_test.go
NopWriteClientstorage/remote/queue_manager_test.go
MockWriteClientstorage/remote/queue_manager_test.go
Clientstorage/remote/client.go

Calls

no outgoing calls