Documentation ¶
Index ¶
- func CopyFileToSharedDir(s *e2e.Scenario, src, dst string) error
- func GetExtraArgs() []string
- func NewJaegerGRPCClient(endpoint string) (*jaeger_grpc.Reporter, error)
- func NewTempoAllInOne() *e2e.HTTPService
- func NewTempoDistributor() *e2e.HTTPService
- func NewTempoIngester(replica int) *e2e.HTTPService
- func NewTempoMetricsGenerator() *e2e.HTTPService
- func NewTempoQuerier() *e2e.HTTPService
- func NewTempoQueryFrontend() *e2e.HTTPService
- func NewTempoScalableSingleBinary(replica int) *e2e.HTTPService
- func SearchAndAssertTrace(t *testing.T, client *tempoUtil.Client, info *tempoUtil.TraceInfo)
- func SearchAndAssertTraceBackend(t *testing.T, client *tempoUtil.Client, info *tempoUtil.TraceInfo, start int64, ...)
- func TempoBackoff() backoff.Config
- func WriteFileToSharedDir(s *e2e.Scenario, dst string, content []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetExtraArgs ¶ added in v1.4.0
func GetExtraArgs() []string
GetExtraArgs returns the extra args to pass to the Docker command used to run Tempo.
func NewJaegerGRPCClient ¶ added in v1.4.0
func NewJaegerGRPCClient(endpoint string) (*jaeger_grpc.Reporter, error)
func NewTempoAllInOne ¶
func NewTempoAllInOne() *e2e.HTTPService
func NewTempoDistributor ¶
func NewTempoDistributor() *e2e.HTTPService
func NewTempoIngester ¶
func NewTempoIngester(replica int) *e2e.HTTPService
func NewTempoMetricsGenerator ¶ added in v1.4.0
func NewTempoMetricsGenerator() *e2e.HTTPService
func NewTempoQuerier ¶
func NewTempoQuerier() *e2e.HTTPService
func NewTempoQueryFrontend ¶
func NewTempoQueryFrontend() *e2e.HTTPService
func NewTempoScalableSingleBinary ¶ added in v1.2.0
func NewTempoScalableSingleBinary(replica int) *e2e.HTTPService
func SearchAndAssertTrace ¶ added in v1.4.0
func SearchAndAssertTraceBackend ¶ added in v1.4.0
func SearchAndAssertTraceBackend(t *testing.T, client *tempoUtil.Client, info *tempoUtil.TraceInfo, start int64, end int64)
by passing a time range and using a query_ingesters_until/backend_after of 0 we can force the queriers to look in the backend blocks
func TempoBackoff ¶ added in v1.1.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.