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

Function newLiveStore

integration/operations/livestore_test.go:337–339  ·  view source on GitHub ↗
(name string, zone string)

Source from the content-addressed store, hash-verified

335}
336
337func newLiveStore(name string, zone string) *e2e.HTTPService {
338 return util.NewTempoService(name, "live-store", e2e.NewHTTPReadinessProbe(3200, "/ready", 200, 299), nil, "-live-store.instance-availability-zone="+zone)
339}

Calls

no outgoing calls

Tested by

no test coverage detected