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

Function printMetricValue

integration/storage/backend_scheduler_test.go:381–385  ·  view source on GitHub ↗
(t *testing.T, expectedValue string, metric string)

Source from the content-addressed store, hash-verified

379}
380
381func printMetricValue(t *testing.T, expectedValue string, metric string) e2e.MetricsOption {
382 return func(opts *e2e.MetricsOptions) {
383 opts.GetValue = printValues(t, expectedValue, metric)
384 }
385}
386
387func setupBackendWithEndpoint(t testing.TB, cfg *tempodb.Config, endpoint string) tempodb.Writer {
388 _, w := setupBackendReaderWriterWithEndpoint(t, cfg, endpoint)

Callers 2

TestBackendSchedulerFunction · 0.85

Calls 1

printValuesFunction · 0.85

Tested by

no test coverage detected