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

Function NewNoConfirm

tempodb/backend/gcs/gcs.go:55–58  ·  view source on GitHub ↗

NewNoConfirm gets the GCS backend without testing it

(cfg *Config)

Source from the content-addressed store, hash-verified

53
54// NewNoConfirm gets the GCS backend without testing it
55func NewNoConfirm(cfg *Config) (backend.RawReader, backend.RawWriter, backend.Compactor, error) {
56 rw, err := internalNew(cfg, false)
57 return rw, rw, rw, err
58}
59
60// New gets the GCS backend
61func 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