const google.golang.org/grpc/internal/envconfig.GoroutineLabelServerMethod

4 uses

	google.golang.org/grpc/internal/envconfig (current package)
		envconfig.go#L195: 			bitDesignator = GoroutineLabelServerMethod
		envconfig.go#L211: 	GoroutineLabelServerMethod GoroutineLabels = 1 << iota
		envconfig.go#L216: const AllGoroutineLabels = GoroutineLabelServerMethod

	google.golang.org/grpc
		server.go#L1803: 	if envconfig.LabelServerGoroutines&envconfig.GoroutineLabelServerMethod != 0 {