func TestMain(m *testing.M) { … } func TestTelemetry(t *testing.T) { … } func addForwardedCounters(env *Env, names []string, values []int64) { … } func hasEntry(counts map[string]uint64, pattern string, want uint64) bool { … } func TestLatencyCounter(t *testing.T) { … } func TestLatencyCounter_Error(t *testing.T) { … } func TestLatencyCounter_Cancellation(t *testing.T) { … } func totalLatencySamples(t *testing.T, operation string, isError bool) uint64 { … } func TestLatencyInstrumentation(t *testing.T) { … }