MCPcopy
hub / github.com/grafana/tempo / New

Function New

tempodb/backend/azure/azure.go:64–67  ·  view source on GitHub ↗

New gets the Azure blob container

(cfg *Config)

Source from the content-addressed store, hash-verified

62
63// New gets the Azure blob container
64func New(cfg *Config) (backend.RawReader, backend.RawWriter, backend.Compactor, error) {
65 rw, err := internalNew(cfg, true)
66 return rw, rw, rw, err
67}
68
69// NewVersionedReaderWriter creates a client to perform versioned requests. Note that write requests are
70// best-effort for now. We need to update the SDK to make use of the precondition headers.

Callers 10

NewFunction · 0.92
TestPollerOwnershipFunction · 0.92
TestTenantDeletionFunction · 0.92
loadBackendFunction · 0.92
initUsageReportMethod · 0.92
initBackendSchedulerMethod · 0.92
TestCredentialsFunction · 0.70
TestHedgeFunction · 0.70
TestObjectWithPrefixFunction · 0.70
TestDeleteFunction · 0.70

Calls 1

internalNewFunction · 0.70

Tested by 6

TestPollerOwnershipFunction · 0.74
TestTenantDeletionFunction · 0.74
TestCredentialsFunction · 0.56
TestHedgeFunction · 0.56
TestObjectWithPrefixFunction · 0.56
TestDeleteFunction · 0.56