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

Function NewNoConfirm

tempodb/backend/azure/azure.go:58–61  ·  view source on GitHub ↗

NewNoConfirm gets the Azure blob container without testing it

(cfg *Config)

Source from the content-addressed store, hash-verified

56
57// NewNoConfirm gets the Azure blob container without testing it
58func NewNoConfirm(cfg *Config) (backend.RawReader, backend.RawWriter, backend.Compactor, error) {
59 rw, err := internalNew(cfg, false)
60 return rw, rw, rw, err
61}
62
63// New gets the Azure blob container
64func New(cfg *Config) (backend.RawReader, backend.RawWriter, backend.Compactor, error) {

Callers 1

TestListBlocksWithPrefixFunction · 0.70

Calls 1

internalNewFunction · 0.70

Tested by 1

TestListBlocksWithPrefixFunction · 0.56